collapseos/recipes/ti84/xcomp.fs

28 lines
607 B
Forth
Raw Normal View History

2020-05-08 20:50:34 +10:00
0x8000 CONSTANT RAMSTART
0xb000 CONSTANT RS_ADDR
RAMSTART 0x70 + CONSTANT LCD_MEM
2020-05-08 20:50:34 +10:00
212 LOAD ( z80 assembler )
262 LOAD ( xcomp )
522 LOAD ( font compiler )
2020-05-08 20:50:34 +10:00
: CODE XCODE ;
: IMMEDIATE XIMM ;
: (entry) (xentry) ;
: : [ ' X: , ] ;
CURRENT @ XCURRENT !
282 LOAD ( boot.z80 )
393 LOAD ( icore low )
555 557 LOADR ( ti low )
415 LOAD ( icore high )
(entry) ~FNT CPFNT3x5
2020-05-08 20:50:34 +10:00
(entry) _
( Update LATEST )
PC ORG @ 8 + !
422 437 XPACKR ( core )
558 560 XPACKR ( ti high )
438 446 XPACKR ( print fmt )
," : _ LCD$ LIT< Hello (print) LIT< World! (print) BYE ; _ "
2020-05-08 20:50:34 +10:00
ORG @ 256 /MOD 2 PC! 2 PC!
H@ 256 /MOD 2 PC! 2 PC!