1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 09:20:19 +10:00
collapseos/apps/forth/glue.asm
2020-03-07 19:25:55 -05:00

15 lines
251 B
NASM

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