1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-05 09:30:56 +10:00
collapseos/apps/forth/glue.asm
2020-03-07 17:09:45 -05:00

14 lines
230 B
NASM

.inc "user.h"
jp forthMain
.inc "core.asm"
.inc "lib/util.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: