mirror of
https://github.com/fachat/xa65.git
synced 2024-12-29 07:29:50 +00:00
17 lines
233 B
NASM
17 lines
233 B
NASM
.word $9000
|
|
* = $9000
|
|
|
|
w = 10
|
|
.bin 0,10+w,"README.1st"
|
|
.bin 0,10,"README.1st"
|
|
#include "test2.s"
|
|
.byt "FooBar"
|
|
.aasc "FooBar"
|
|
.asc "FooBar",65,97,10
|
|
.aasc "FooBar"
|
|
.bin 0,10,"README.1st"
|
|
.aasc "Barfoo",65,97,10
|
|
|
|
lda #'A'
|
|
lda #"A"
|