1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-01 07:41:52 +00:00
xa65/xa/tests/quotch/test.s
Andre Fachat 1006018d26 xa-2.3.8
2017-10-15 00:50:45 +02:00

12 lines
134 B
ArmAsm

.word $9000
* = $9000
; test specific single characters can be quoted
LDA #';'
CMP #':'
AND #'"'
SBC #";"
ORA #":"
EOR #"'"