mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 02:20:58 +11:00
b90efb0f7f
On the emulator of course...
26 lines
531 B
Forth
26 lines
531 B
Forth
0x8000 CONSTANT RAMSTART
|
|
0xb000 CONSTANT RS_ADDR
|
|
RAMSTART 0x70 + CONSTANT TI_MEM
|
|
212 LOAD ( z80 assembler )
|
|
262 LOAD ( xcomp )
|
|
522 LOAD ( font compiler )
|
|
: CODE XCODE ;
|
|
: IMMEDIATE XIMM ;
|
|
: (entry) (xentry) ;
|
|
: : [ ' X: , ] ;
|
|
|
|
CURRENT @ XCURRENT !
|
|
|
|
282 LOAD ( boot.z80 )
|
|
555 LOAD ( ti.z80 )
|
|
393 LOAD ( icore )
|
|
(entry) ~FNT CPFNT3x5
|
|
(entry) _
|
|
( Update LATEST )
|
|
PC ORG @ 8 + !
|
|
422 437 XPACKR ( core )
|
|
556 558 XPACKR ( ti )
|
|
," 42 42 PC! LCD$ ' ~FNT 5 + _glyph> 43 43 PC! BYE "
|
|
ORG @ 256 /MOD 2 PC! 2 PC!
|
|
H@ 256 /MOD 2 PC! 2 PC!
|