mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Add byte% ptr% int%
This commit is contained in:
parent
2701d48bd9
commit
011e79dbc9
1 changed files with 3 additions and 0 deletions
|
@ -1492,6 +1492,9 @@ do-stack 16 cells + do-sp !
|
|||
|
||||
: cell% ( -- align size ) cell cell ;
|
||||
: char% ( -- align size ) 1 1 ;
|
||||
: byte% cell% ;
|
||||
: ptr% cell% ;
|
||||
: int% cell% ;
|
||||
|
||||
\ allocate user memory
|
||||
: %allot ( align size -- addr )
|
||||
|
|
Loading…
Reference in a new issue