1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-05 08:50:54 +10:00
collapseos/apps/forth/glue.asm

11 lines
172 B
NASM
Raw Normal View History

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