mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
Fixed a bug
This commit is contained in:
parent
b1ed4e474a
commit
c21c424d25
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ alias-builtin xor ^
|
||||||
( === Memory Operation === )
|
( === Memory Operation === )
|
||||||
|
|
||||||
: +! ( n a-addr -- ) tuck @ + swap ! ;
|
: +! ( n a-addr -- ) tuck @ + swap ! ;
|
||||||
: -! ( n a-addr -- ) tuck @ - swap ! ;
|
: -! ( n a-addr -- ) tuck @ swap - swap ! ;
|
||||||
|
|
||||||
\ allocate n bytes
|
\ allocate n bytes
|
||||||
: allot ( n -- c-addr )
|
: allot ( n -- c-addr )
|
||||||
|
|
Loading…
Reference in a new issue