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

2 lines
124 B
Text

LDA 8 ;load the byte stored at memory address 0x0008 into the accumulator.
LDA #8 ;load the number 8 into the accumulator.