mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-12 10:30:23 +00:00
No-operand INC has accumulator addressing mode, not implied.
This commit is contained in:
parent
1460817230
commit
074ecdccc3
@ -25,7 +25,7 @@ OP_ASL_ZPX,"asl",ZPX,2,NULL
|
||||
OP_RMB1_ZP,"rmb1",ZP,1,NULL
|
||||
OP_CLC,"clc",IMPLIED,1,emul_clc
|
||||
OP_ORA_ABSY,"ora",ABSOLUTEY,3,NULL
|
||||
OP_INC,"inc",IMPLIED,1,NULL
|
||||
OP_INC,"inc",ACCUMULATOR,1,NULL
|
||||
OP_NOPI_1C,"nop",IMPLIED,1,NULL
|
||||
OP_TRB_ABS,"trb",ABSOLUTE,3,NULL
|
||||
OP_ORA_ABSX,"ora",ABSOLUTEX,3,NULL
|
||||
|
|
Loading…
Reference in New Issue
Block a user