1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-11-01 17:20:55 +11:00
collapseos/cvm/stage.fs
2021-01-02 15:51:12 -05:00

12 lines
192 B
Forth

: (emit) 0 PC! ;
390 LOAD ( xcomp core high )
(entry) _
( Update LATEST )
PC ORG @ 8 + !
," BLK$ "
," ' EFS@ ' BLK@* **! "
," ' EFS! ' BLK!* **! "
EOT,
ORG @ |M 2 PC! 2 PC!
H@ |M 2 PC! 2 PC!