1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 03:18:45 +10:00
collapseos/recipes/ti84/xcomp.fs
Virgil Dupras 114e753b64 ti84: WIP
2020-05-08 06:50:34 -04:00

21 lines
380 B
Forth

0x8000 CONSTANT RAMSTART
0xb000 CONSTANT RS_ADDR
RAMSTART 0x70 + CONSTANT TI_MEM
212 LOAD ( z80 assembler )
262 LOAD ( xcomp )
: CODE XCODE ;
: IMMEDIATE XIMM ;
: (entry) (xentry) ;
: : [ ' X: , ] ;
CURRENT @ XCURRENT !
282 LOAD ( boot.z80 )
393 LOAD ( icore )
(entry) _
( Update LATEST )
PC ORG @ 8 + !
," 42 42 PC! BYE "
ORG @ 256 /MOD 2 PC! 2 PC!
H@ 256 /MOD 2 PC! 2 PC!