mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 14:08:06 +11:00
7 lines
72 B
NASM
7 lines
72 B
NASM
; dummy code, to test emulator
|
|
ld a, (hl)
|
|
inc a
|
|
ld (de), a
|
|
ld bc, 1
|
|
ret
|