collapseos/tools/tests/zasm/test1.asm

17 lines
221 B
NASM
Raw Normal View History

; comment
add a, b ; comment
2019-05-09 21:21:08 -04:00
label1:
inc a ; comment
ld hl, label2
2019-05-10 21:17:19 -04:00
.dw label2
; comment
.db 42, 54
label2: .dw 0x42
.dw 3742, 0xffff
2019-05-09 22:14:11 -04:00
.dw 0x3742
2019-05-09 21:21:08 -04:00
ld a, (label1)
rla \ rla
.equ foo 0x1234
.equ bar foo
ld hl, bar