Browse Source

rc2014: bingo!

Interpreter is functional in the emulator!
pull/102/head
Virgil Dupras 4 years ago
parent
commit
edb2771488
2 changed files with 1 additions and 3 deletions
  1. +1
    -1
      forth/readln.fs
  2. +0
    -2
      recipes/rc2014/pre.fs

+ 1
- 1
forth/readln.fs 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 )
;

+ 0
- 2
recipes/rc2014/pre.fs View File

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

Loading…
Cancel
Save