mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix comment
This commit is contained in:
parent
d816197fac
commit
35d4922551
1 changed files with 2 additions and 2 deletions
|
@ -329,10 +329,10 @@ cI i,
|
|||
'L, k@k@+, '&, \ test immediate bit
|
||||
'L, k0k0-, '=,
|
||||
'J, k5k0-C*, \ goto <immediate> if immediate-bit=1
|
||||
'G, ',, \ compile CFA
|
||||
'G, ',, \ compile
|
||||
'j, k0kE-C*, \ goto <loop>
|
||||
\ <immediate>
|
||||
'G, 'x, \ execute CFA
|
||||
'G, 'x, \ execute
|
||||
'j, k0kI-C*, \ goto <loop>
|
||||
l!
|
||||
|
||||
|
|
Loading…
Reference in a new issue