Category:6502 Assembly: Difference between revisions

m
Line 159:
 
===Absolute Offset By X/Y===
An absolute memory address offset by X or Y. This works similar to the zero page version. However, not all commands work with this mode. For example, the LDX and LDY commands work with this mode, but STX and STY do not. (LDA and STA work with all addressing modes except Zero Page Offset By Y.)
<lang 6502asm>LDX #$15
LDY #$20
1,489

edits