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