3 lines
131 B
Text
3 lines
131 B
Text
|
|
LDA #'A' ;load ascii code of "A" into the accumulator.
|
||
|
|
LDA 'A' ;load the byte stored at memory address 0x41 into the accumulator.
|