mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Merge pull request #40 from nineties/export-align
Export i32%, u32%, i16%, u16%
This commit is contained in:
commit
b6f99ebaf4
1 changed files with 2 additions and 1 deletions
|
@ -2710,7 +2710,8 @@ variable included-list
|
|||
STRING-OVERFLOW-ERROR UNDEFINED-WORD-ERROR
|
||||
exception
|
||||
|
||||
%allocate %allot char% cell% byte% ptr% int% field struct end-struct
|
||||
%allocate %allot char% cell% byte% ptr% int% i32% u32% i16% u16%
|
||||
field struct end-struct
|
||||
sp0 sp@ sp! dup ?dup drop swap over tuck pick nip rot -rot
|
||||
2rot -2rot 2tuck 2over 2nip 2swap 2dup 2drop 3dup 3drop depth
|
||||
rp0 rp@ rp! r> >r r@ rdrop rpick rdepth
|
||||
|
|
Loading…
Reference in a new issue