1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-11-08 21:38:05 +11:00
collapseos/apps/zasm/tests/test1.asm
2019-05-09 22:14:11 -04:00

13 lines
146 B
NASM

; comment
add a, b ; comment
label1:
inc a ; comment
; comment
.db 42
label2:
.dw 0x42
.dw 3742
.dw 0x3742
ld a, (label1)
ld hl, label2