mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 19:30:56 +11:00
f023f9bcb4
With all this recent movements, we had a bit of a fragmentation issue.
23 lines
424 B
Forth
23 lines
424 B
Forth
0xe800 CONSTANT RAMSTART
|
|
0xf000 CONSTANT RS_ADDR
|
|
212 LOAD ( z80 assembler )
|
|
262 LOAD ( xcomp )
|
|
: CODE XCODE ;
|
|
: IMMEDIATE XIMM ;
|
|
: (entry) (xentry) ;
|
|
: : [ ' X: , ] ;
|
|
|
|
CURRENT @ XCURRENT !
|
|
|
|
H@ 256 /MOD 2 PC! 2 PC!
|
|
282 LOAD ( boot.z80 )
|
|
393 LOAD ( icore )
|
|
(entry) _
|
|
( Update LATEST )
|
|
PC ORG @ 8 + !
|
|
," CURRENT @ HERE ! "
|
|
," : (emit) 0 PC! ; : (key) 0 PC@ ; "
|
|
422 459 XPACKR
|
|
," ' (key) 12 RAM+ ! "
|
|
H@ 256 /MOD 2 PC! 2 PC!
|