1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-21 08:58:46 +10:00

rc2014: bingo!

Interpreter is functional in the emulator!
This commit is contained in:
Virgil Dupras 2020-04-04 17:43:00 -04:00
parent 7b42bbde27
commit edb2771488
2 changed files with 1 additions and 3 deletions

View File

@ -76,5 +76,5 @@
( not EOL? good, inc and return )
DUP IF 1 IN> +! EXIT THEN ( c )
( EOL ? readline. we still return typed char though )
(rdln) (c<) ( c )
(rdln) ( c )
;

View File

@ -1,3 +1 @@
96 RAM+ HERE !
HERE @ 256 /MOD 8 PC! 8 PC!
CURRENT @ 256 /MOD 8 PC! 8 PC!