1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-26 08:29:29 +00:00
xa65/xa/tests/chardelimiter/delimtest.a65

17 lines
141 B
Plaintext
Raw Normal View History

2011-12-16 22:04:51 +00:00
*=$033c
lda #"A"
lda #'A'
.asc "12345"
.asc '12345'
.asc "^"" ; ^ is escape character
.asc '^''
.asc "'"
.asc '"'
.asc "^1"