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

13 lines
210 B
NASM

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