1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 14:38:47 +10:00
collapseos/emul/forth/stage0.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

8 lines
102 B
NASM

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