mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Switch to 2nd stage interpreter
This commit is contained in:
parent
074202db25
commit
1da940ba1b
1 changed files with 6 additions and 0 deletions
6
core.fs
6
core.fs
|
@ -332,4 +332,10 @@ cI i,
|
|||
'j, k0kI-C*, \ goto <loop>
|
||||
l!
|
||||
|
||||
I \ Enter 2nd Stage
|
||||
|
||||
\ === 2nd Stage Interpreter ===
|
||||
|
||||
r C + R \ Drop 1st stage interpreter from call stack
|
||||
|
||||
Q
|
||||
|
|
Loading…
Reference in a new issue