1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-26 08:40:21 +10:00
collapseos/emul/forth/stage1.asm
2020-03-24 21:13:02 -04:00

9 lines
88 B
NASM

jp init
.inc "stagec.asm"
.inc "forth.asm"
.bin "z80c.bin"
.bin "core.bin"
CODE_END: