diff options
Diffstat (limited to 'tables.h')
-rw-r--r-- | tables.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -24,8 +24,8 @@ static const uint8_t optype[0x100] = { [PLB ] = IMM, [INC_AB ] = ABS, [INC_Z ] = ZM, - [JSR ] = ZM, - [JSL ] = ABS, + [JSR_Z ] = ZM, + [JSR ] = ABS, [AND ] = IMM, [ABA ] = IMPL, [AND_AB ] = ABS, @@ -133,7 +133,6 @@ static const uint8_t optype[0x100] = { [CPB_IY ] = INDY, [CPB_IX ] = INDX, [RTS ] = IMPL, - [RTL ] = IMPL, [CMP ] = IMM, [CAB ] = IMPL, [CMP_AB ] = ABS, |