1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-18 11:29:34 +00:00
xa65/xa/tests/binclude/test3.asm

22 lines
309 B
NASM

/* This should be the same as test.ok */
.word $9000
* = $9000
w = 10
glorb
.dsb 9,10 ; +9
.byt 6, 6, 6, "devil", 'Q' ; +9 => 18
.bin 0,5,'sd/README.2nd' ; +5 => 23
.bin w,w+256,'sd/README.2nd' ; +266 => 289 ($0121)
gleeb
; $0123
jmp glorb
; should be $9121 (remember the SA)
jmp gleeb
bne *