mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
minor fix
This commit is contained in:
parent
f479467600
commit
9608f4f540
1 changed files with 2 additions and 3 deletions
|
@ -1124,8 +1124,7 @@ decimal \ set default to decimal
|
|||
1+ >r \ increment c-to, save
|
||||
1+ \ increment c-from
|
||||
r> r>
|
||||
repeat
|
||||
drop drop drop
|
||||
repeat 3drop
|
||||
;
|
||||
|
||||
\ we already have cmove,
|
||||
|
@ -1139,7 +1138,7 @@ decimal \ set default to decimal
|
|||
1+ swap 1+ swap
|
||||
repeat
|
||||
over c!
|
||||
drop drop
|
||||
2drop
|
||||
;
|
||||
|
||||
\ ( c-addr -- )
|
||||
|
|
Loading…
Reference in a new issue