1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-19 08:08:46 +10:00
collapseos/emul/forth/stage1.asm

9 lines
118 B
NASM
Raw Normal View History

jp init
.inc "stagec.asm"
.inc "forth.asm"
.out $ ; should be the same as in stage{0,2}
.bin "z80c.bin"
CODE_END: