1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-24 05:20:19 +10:00
collapseos/emul/forth/stage1.asm
Virgil Dupras cf2f6703bb forth: make forth/forth.asm spit whole binary
emul/forth/stage{0,1}.asm now only configure constants and append
binaries.
2020-03-26 12:17:02 -04:00

7 lines
78 B
NASM

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