2 lines
124 B
Text
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.
|