Changes

MOS 6502

90 bytes removed, 12 March
/* Opcodes */
Any instruction xxxxxx11 will execute the instructions at xxxxxx01 and xxxxxx10 at once, using the address mode of the instruction at xxxxxx01.
For example:* "SAX abs” ($8F) is the composite of “STA abs” ($8D) and “STX abs” ($8E)* "LAX X,ind” ($A3) is the composite of “LDA X,ind” ($A1) and “LDX imm” ($A2)
<br>
11,919
edits