Changes

Jump to: navigation, search

6502

61 bytes added, 6 September
/* Oddities */
* Conditional jumps are only 8-bit relative. And unconditional jumps are only 16-bit absolute.
* LDX absoluteabs,Y and LDY absoluteabs,X instructions exist but not the corresponding instructions STX absoluteabs,Y and STY absoluteabs,X. As we have seen in the opcode table, it's most probably because they are broken.
* The CLV (Clear Overflow Flag) instruction exist but not the SEV (Set Overflow Flag) instruction.
8,324
edits