|
|
| version 1.15, 2004/02/09 16:12:07 | version 1.17, 2004/02/18 20:11:37 |
|---|---|
| Line 525 void ia32withtrap(void); | Line 525 void ia32withtrap(void); |
| void ia32withdma(void); | void ia32withdma(void); |
| void ia32_step(void); | void ia32_step(void); |
| void CPUCALL ia32_interrupt(BYTE vect); | void CPUCALL ia32_interrupt(REG8 vect); |
| void CPUCALL ia32_exception(DWORD vect, DWORD p1, DWORD p2); | void CPUCALL ia32_exception(DWORD vect, DWORD p1, DWORD p2); |
| void exec_1step(void); | void exec_1step(void); |
| Line 533 void exec_1step(void); | Line 533 void exec_1step(void); |
| #define INST_STRING (1 << 1) | #define INST_STRING (1 << 1) |
| #define REP_CHECKZF (1 << 7) | #define REP_CHECKZF (1 << 7) |
| int disasm(DWORD *eip, char *buf, size_t size); | |
| void ia32_printf(const char *buf, ...); | void ia32_printf(const char *buf, ...); |
| void ia32_warning(const char *buf, ...); | void ia32_warning(const char *buf, ...); |
| void ia32_panic(const char *buf, ...); | void ia32_panic(const char *buf, ...); |