collapseos/emul/forth/stage1.asm

9 lines
118 B
NASM

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