代码搜索结果

找到约 10,000 项符合 Monitor 的代码

monitor.cxx

/* * Copyright (c) 2005, Eric Crahen * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to

monitor.h

/* * Copyright (c) 2005, Eric Crahen * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to

monitor.cxx

/* * Copyright (c) 2005, Eric Crahen * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to

monitor.h

void uart_init(); /* Initialize UART and Flush FIFOs */ char xgetc (); /* Get a byte from UART Rx FIFO */ char uart_test(); /* Check number of data in UART Rx FIFO */ void xputc (char); /* P

monitor.c

/*------------------------------------------------*/ /* SCI and Monitor I/O functions */ #include #include #include "iodefine.h" #include "monitor.h"

monitor.h

#include "integer.h" #include "comm.h" #define xputc(chr) uart_put((BYTE)(chr)) #define xgetc() (char)uart_get() int xatoi (char**, long*); void xputs (char*); void xitoa (long, char, char);

monitor.c

#include #include "monitor.h" int xatoi (char **str, long *res) { DWORD val; BYTE c, radix, s = 0; while ((c = **str) == ' ') (*str)++; if (c == '-') { s = 1; c =

monitor.h

void uart_init(); /* Initialize UART and Flush FIFOs */ char xgetc (); /* Get a byte from UART Rx FIFO */ char uart_test(); /* Check number of data in UART Rx FIFO */ void xputc (char); /* P

monitor.c

/*------------------------------------------------*/ /* UART functions */ #include #include #include "integer.h" #include "io86fm29.h"

monitor.mt

# Target: Motorola m68k embedded (EST emulator, rom68k and bug monitors) TDEPFILES= m68k-tdep.o monitor.o remote-est.o cpu32bug-rom.o rom68k-rom.o abug-rom.o dbug-rom.o dsrec.o DEPRECATED_TM_FILE= tm-