1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-29 09:20:55 +10:00

recipes/rc2014: busting the 8K limit again!

This commit is contained in:
Virgil Dupras 2020-04-25 08:15:17 -04:00
parent 5219887ad7
commit 4160c8ebbf
2 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,2 @@
: (c<) KEY DUP EMIT ;
: _
ACIA$
." Collapse OS" CRLF
( 0c == CINPTR )
['] (c<) 0x0c RAM+ !
; _
: x KEY DUP EMIT ;
: _ ACIA$ (ok) ['] x 0x0c RAM+ ! ; _