1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 14:28:46 +10:00
collapseos/emul/forth/stage2.asm
Virgil Dupras 67c55b0b2f forth: Forth-ify ROT, a native word!
This requires us to significantly adjust our build process, which
now has 3 stages.
2020-03-24 13:46:05 -04:00

11 lines
135 B
NASM

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