1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 08:48:45 +10:00
collapseos/recipes/rc2014/run.fs

10 lines
104 B
Forth
Raw Normal View History

2020-04-05 04:27:23 +10:00
: INIT
ACIA$
(c<$)
." Collapse OS" LF
( 0c == CINPTR )
['] (c<) 0x0c RAM+ !
2020-04-05 04:27:23 +10:00
;
INIT