1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 03:20:18 +10:00
collapseos/recipes/rc2014/run.fs

10 lines
119 B
Forth
Raw Normal View History

2020-04-12 06:38:45 +10:00
: (c<) KEY DUP EMIT ;
2020-04-05 04:27:23 +10:00
: INIT
ACIA$
." 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