1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-05 13:18:45 +10:00
collapseos/recipes/rc2014/run.fs
Virgil Dupras 1bd191e86a Move /emul/forth/* to /emul
Less noisy this way
2020-04-24 17:53:58 -04:00

8 lines
111 B
Forth

: (c<) KEY DUP EMIT ;
: _
ACIA$
." Collapse OS" CRLF
( 0c == CINPTR )
['] (c<) 0x0c RAM+ !
; _