|
|
|
|
|
by exception
5649 days ago
|
|
Heh, yeah I still remember 6502 opcodes... 4C xx xx is jmp absolute, 20 xx xx is jsr (jump subroutine) absolute, A9 xx xx is load accumulator absolute, 8D store accumulator, 60 is rts... I could go on. Typing shit in to the hex monitor for a few years will do that :) |
|
Make that A9 xx; The 6502 accumulator is 8 bits.