Closed vxgmichel closed 2 years ago
I've noticed two errors in the 6502 instruction set:
asl zpg_addr => 0x06
bcs rel_addr => 0xB0
For the record, I have not checked all the op codes systematically so there might be more errors.
Really, really nice catch!
Thankfully I've been testing my programs on an emulator before running them on actual hardware so I've been able to figure it out quite quickly :)
I've noticed two errors in the 6502 instruction set:
asl zpg_addr => 0x06
: http://6502.org/tutorials/6502opcodes.html#ASLbcs rel_addr => 0xB0
: http://6502.org/tutorials/6502opcodes.html#BCSFor the record, I have not checked all the op codes systematically so there might be more errors.