mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 13:58:05 +11:00
1ae2331763
For now, only a dummy app, but it's emulated properly with libz80. Exciting times!
5 lines
60 B
NASM
5 lines
60 B
NASM
; dummy code, to test emulator
|
|
ld a, 0x42
|
|
ld (0x100), a
|
|
ret
|