3 lines
168 B
Text
3 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.
|