1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 20:58:45 +10:00
collapseos/apps/basic/glue.asm

19 lines
235 B
NASM
Raw Normal View History

; *** Requirements ***
; addHL
; printstr
; printcrlf
; stdioReadLine
; strncmp
;
.inc "user.h"
.inc "err.h"
.org USER_CODE
jp basStart
.inc "lib/util.asm"
.inc "lib/parse.asm"
.equ BAS_RAMSTART USER_RAMSTART
.inc "basic/main.asm"