mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-09 02:28:06 +11:00
15 lines
251 B
NASM
15 lines
251 B
NASM
.inc "user.h"
|
|
jp forthMain
|
|
|
|
.inc "core.asm"
|
|
.inc "lib/util.asm"
|
|
.inc "lib/parse.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:
|