1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-07 22:40:55 +11:00
collapseos/recipes/rc2014/run.fs
2020-04-04 14:27:23 -04:00

10 lines
102 B
Forth

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