1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 04:00:19 +10:00
collapseos/apps/forth/glue.asm

13 lines
210 B
NASM
Raw Normal View History

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