1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-11-08 13:58:05 +11:00
collapseos/apps/zasm/zasm.asm
Virgil Dupras 1ae2331763 Add zasm app
For now, only a dummy app, but it's emulated properly with libz80.
Exciting times!
2019-04-16 13:36:57 -04:00

5 lines
60 B
NASM

; dummy code, to test emulator
ld a, 0x42
ld (0x100), a
ret