1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 20:28:45 +10:00
collapseos/apps/forth/glue.asm
2020-03-17 12:26:28 -04:00

14 lines
232 B
NASM

.inc "user.h"
jp forthMain
.inc "core.asm"
.inc "lib/util.asm"
.inc "lib/parse.asm"
.inc "lib/ari.asm"
.equ FORTH_RAMSTART RAMSTART
.inc "forth/main.asm"
.inc "forth/util.asm"
.inc "forth/stack.asm"
.inc "forth/dict.asm"
RAMSTART: