2019-11-13 15:28:16 -05:00
|
|
|
; *** Requirements ***
|
|
|
|
; printstr
|
|
|
|
; printcrlf
|
|
|
|
; stdioReadLine
|
|
|
|
; strncmp
|
|
|
|
;
|
|
|
|
.inc "user.h"
|
|
|
|
.inc "err.h"
|
|
|
|
|
|
|
|
jp basStart
|
|
|
|
|
2019-11-14 09:55:31 -05:00
|
|
|
.inc "core.asm"
|
2019-11-13 21:14:29 -05:00
|
|
|
.inc "lib/util.asm"
|
2019-11-13 15:28:16 -05:00
|
|
|
.inc "lib/parse.asm"
|
|
|
|
.equ BAS_RAMSTART USER_RAMSTART
|
|
|
|
.inc "basic/main.asm"
|
2019-11-15 10:33:13 -05:00
|
|
|
USER_RAMSTART:
|