forked from Imagelibrary/binutils-gdb
Initial creation of sourceware repository
This commit is contained in:
9
sim/z8k/sim.h
Normal file
9
sim/z8k/sim.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#define SIM_SINGLE_STEP 1
|
||||
#define SIM_DONE 2
|
||||
#define SIM_BREAKPOINT 3
|
||||
#define SIM_INTERRUPT 4
|
||||
#define SIM_BAD_INST 5
|
||||
#define SIM_DIV_ZERO 6
|
||||
#define SIM_BAD_SYSCALL 7
|
||||
#define SIM_BAD_ALIGN 8
|
||||
#define SIM_BAD_ADDR 9
|
||||
Reference in New Issue
Block a user