RosettaCodeData/Task/Pointers-and-references/6502-Assembly/pointers-and-references-2.6502

3 lines
168 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
LDX $2000 ;load the byte at memory address $2000 into X.
LDY $75 ;load the byte at memory address $0075 into Y. This instruction executes faster than the one above it.