rc2014: bingo!

Interpreter is functional in the emulator!
Esse commit está contido em:
Virgil Dupras 2020-04-04 17:43:00 -04:00
commit edb2771488
2 arquivos alterados com 1 adições e 3 exclusões

Ver arquivo

@ -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 )
;

Ver arquivo

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