RosettaCodeData/Task/Pointers-and-references/6502-Assembly/pointers-and-references-2.6502
2023-07-01 13:44:08 -04:00

2 lines
168 B
Text

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.