diff options
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ #define BRK 0xF8 /* BReaK. */ #define STP 0xFF /* SToP. */ +enum {ALU, THREAD, BRANCH, FLAG, MEMORY, MISC}; + static const char *opname[0x100] = { OPNAME(CPS), OPNAME(ADC), |