rc2014: bingo!
Interpreter is functional in the emulator!
This commit is contained in:
parent
7b42bbde27
commit
edb2771488
@ -76,5 +76,5 @@
|
|||||||
( not EOL? good, inc and return )
|
( not EOL? good, inc and return )
|
||||||
DUP IF 1 IN> +! EXIT THEN ( c )
|
DUP IF 1 IN> +! EXIT THEN ( c )
|
||||||
( EOL ? readline. we still return typed char though )
|
( EOL ? readline. we still return typed char though )
|
||||||
(rdln) (c<) ( c )
|
(rdln) ( c )
|
||||||
;
|
;
|
||||||
|
@ -1,3 +1 @@
|
|||||||
96 RAM+ HERE !
|
96 RAM+ HERE !
|
||||||
HERE @ 256 /MOD 8 PC! 8 PC!
|
|
||||||
CURRENT @ 256 /MOD 8 PC! 8 PC!
|
|
||||||
|
Loading…
Reference in New Issue
Block a user