1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 18:20:18 +10:00
collapseos/emul/forth/stagec.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

5 lines
113 B
NASM

.equ RAMSTART 0xe800
.equ HERE_INITIAL CODE_END ; override
.equ LATEST CODE_END ; override
.equ STDIO_PORT 0x00