mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-09 08:58:05 +11:00
11 lines
172 B
NASM
11 lines
172 B
NASM
|
.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:
|