RosettaCodeData/Task/Special-characters/6502-Assembly/special-characters.6502
2023-07-01 13:44:08 -04:00

2 lines
124 B
Text

LDA #''' ;is likely to confuse the assembler, and is just hard to read.
LDA #$27 ;gets the same result and isn't ambiguous.