Rev 3108 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3108 | Rev 3121 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 43 | #include "../../../main.h" |
43 | #include "../../../main.h" |
| 44 | #include "../../../breakpoint.h" |
44 | #include "../../../breakpoint.h" |
| 45 | #include "../../../include/arch.h" |
45 | #include "../../../include/arch.h" |
| 46 | #include "../../../genarch/idec/idec.h" |
46 | #include "../../../genarch/idec/idec.h" |
| 47 | 47 | ||
| 48 | #define OPCODE_BREAK 0x0000000d |
- | |
| 49 | - | ||
| 50 | static istate_t istate; |
48 | static istate_t istate; |
| 51 | 49 | ||
| 52 | typedef enum { |
50 | typedef enum { |
| 53 | /* Branches (conditional) */ |
51 | /* Branches (conditional) */ |
| 54 | OP_BCzF, |
52 | OP_BCzF, |