mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 23:48:04 +11:00
13 lines
210 B
NASM
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:
|