mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Fixed a bug
This commit is contained in:
parent
e28ae4617f
commit
b5e2b68f96
1 changed files with 1 additions and 1 deletions
2
core.fs
2
core.fs
|
@ -324,7 +324,7 @@ cI i,
|
|||
'L, k0k0-, '=,
|
||||
'J, k5k0-C*, \ goto <immediate> if immediate-bit=1
|
||||
'G, ',, \ compile CFA
|
||||
'j, k0k;-C*, \ goto <loop>
|
||||
'j, k0kE-C*, \ goto <loop>
|
||||
\ <immediate>
|
||||
'G, 'x, \ execute CFA
|
||||
'j, k0kI-C*, \ goto <loop>
|
||||
|
|
Loading…
Reference in a new issue