mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
Fixed a bug of 'm'
This commit is contained in:
parent
1c519e51f8
commit
eb56e988e3
1 changed files with 1 additions and 0 deletions
1
core.fs
1
core.fs
|
@ -205,6 +205,7 @@ cm i,
|
|||
'}, 'L, k1k0-, '-, \ decrement u
|
||||
'j, k0kE-C*, \ goto <loop>
|
||||
\ <exit>
|
||||
'_, '_, '_,
|
||||
'e, l!
|
||||
|
||||
\ 'a' ( c-addr -- a-addr ) ALIGNED
|
||||
|
|
Loading…
Reference in a new issue