mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +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, k@k@+, '&, \ test immediate bit
|
||||||
'L, k0k0-, '=,
|
'L, k0k0-, '=,
|
||||||
'J, k5k0-C*, \ goto <immediate> if immediate-bit=1
|
'J, k5k0-C*, \ goto <immediate> if immediate-bit=1
|
||||||
'G, ',, \ compile CFA
|
'G, ',, \ compile
|
||||||
'j, k0kE-C*, \ goto <loop>
|
'j, k0kE-C*, \ goto <loop>
|
||||||
\ <immediate>
|
\ <immediate>
|
||||||
'G, 'x, \ execute CFA
|
'G, 'x, \ execute
|
||||||
'j, k0kI-C*, \ goto <loop>
|
'j, k0kI-C*, \ goto <loop>
|
||||||
l!
|
l!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue