RosettaCodeData/Task/Literals-String/6502-Assembly/literals-string-3.6502

3 lines
131 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
LDA #'A' ;load ascii code of "A" into the accumulator.
LDA 'A' ;load the byte stored at memory address 0x41 into the accumulator.