1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-05 13:28:45 +10:00
collapseos/recipes/rc2014/run.fs
Virgil Dupras 7b42bbde27 rc2014: aaalmost there...
Red 5 standing by.
2020-04-04 17:07:35 -04:00

10 lines
104 B
Forth

: INIT
ACIA$
(c<$)
." Collapse OS" LF
( 0c == CINPTR )
['] (c<) 0x0c RAM+ !
;
INIT