collapseos/apps/zasm/tests/test1.asm

12 lines
132 B
NASM
Raw Normal View History

; comment
add a, b ; comment
2019-05-10 11:21:08 +10:00
label1:
inc a ; comment
; comment
2019-05-02 01:26:41 +10:00
.db 42
2019-05-10 11:21:08 +10:00
label2:
.dw 42
.dw 3742
2019-05-10 11:21:08 +10:00
ld a, (label1)
ld hl, label2