1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-26 01:10:19 +10:00
collapseos/recipes/rc2014/run.fs

10 lines
107 B
Forth
Raw Normal View History

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