home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / sim / z8k / sim.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-18  |  213 b   |  10 lines

  1. #define SIM_SINGLE_STEP 1
  2. #define SIM_DONE 2
  3. #define SIM_BREAKPOINT 3
  4. #define SIM_INTERRUPT 4
  5. #define SIM_BAD_INST 5
  6. #define SIM_DIV_ZERO 6
  7. #define SIM_BAD_SYSCALL 7
  8. #define SIM_BAD_ALIGN 8
  9. #define SIM_BAD_ADDR 9
  10.