1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-11-08 14:08:06 +11:00
collapseos/apps/zasm/zasm.asm
2019-04-16 13:59:19 -04:00

7 lines
72 B
NASM

; dummy code, to test emulator
ld a, (hl)
inc a
ld (de), a
ld bc, 1
ret