mirror of
https://github.com/fachat/xa65.git
synced 2025-01-01 10:29:19 +00:00
12 lines
134 B
ArmAsm
12 lines
134 B
ArmAsm
.word $9000
|
|
* = $9000
|
|
|
|
; test specific single characters can be quoted
|
|
|
|
LDA #';'
|
|
CMP #':'
|
|
AND #'"'
|
|
SBC #";"
|
|
ORA #":"
|
|
EOR #"'"
|