collapseos/apps/forth/glue.asm

13 lines
210 B
NASM
Raw Normal View History

2020-03-07 12:13:15 -05:00
.inc "user.h"
jp forthMain
.inc "core.asm"
2020-03-07 12:50:54 -05:00
.inc "lib/ari.asm"
.inc "lib/fmt.asm"
2020-03-07 12:13:15 -05:00
.equ FORTH_RAMSTART RAMSTART
.inc "forth/main.asm"
.inc "forth/util.asm"
.inc "forth/stack.asm"
.inc "forth/dict.asm"
RAMSTART: