1
0
mirror of https://github.com/fachat/xa65.git synced 2024-09-08 16:54:32 +00:00
xa65/xa/tests/binclude/test2.asm
2011-12-16 23:04:51 +01:00

19 lines
166 B
NASM

.word $9000
* = $9000
w = 10
glorb
.dsb 9,10
.byt 6, 6, 6, "devil", 'Q'
.bin 0,109,'README.1st'
.bin w,w+119,'README.1st'
gleeb
jmp glorb
jmp gleeb
bne *