mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 21:50:55 +11:00
b046aba7f9
no floppy yet.
24 lines
502 B
Forth
24 lines
502 B
Forth
0xf000 CONSTANT RS_ADDR
|
|
RS_ADDR 0x80 - CONSTANT RAMSTART
|
|
212 LOAD ( z80 assembler )
|
|
262 LOAD ( xcomp )
|
|
: CODE XCODE ;
|
|
: IMMEDIATE XIMM ;
|
|
: (entry) (xentry) ;
|
|
: : [ ' X: , ] ;
|
|
|
|
CURRENT @ XCURRENT !
|
|
|
|
H@ 256 /MOD 2 PC! 2 PC!
|
|
0x3000 BIN( !
|
|
282 LOAD ( boot.z80 )
|
|
162 LOAD ( trs80.z80 )
|
|
393 LOAD ( icore )
|
|
(entry) _
|
|
( Update LATEST )
|
|
PC ORG @ 8 + !
|
|
," CURRENT @ HERE ! "
|
|
422 463 XPACKR ( core cmp print parse readln fmt )
|
|
," : INIT CURRENT @ HERE ! RDLN$ (ok) INTERPRET ; INIT "
|
|
H@ 256 /MOD 2 PC! 2 PC!
|