mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
Add missing words
This commit is contained in:
parent
011e79dbc9
commit
673ef4436f
1 changed files with 3 additions and 3 deletions
|
@ -2362,10 +2362,10 @@ need-defined (read)
|
|||
STRING-OVERFLOW-ERROR UNDEFINED-WORD-ERROR
|
||||
exception
|
||||
|
||||
%allocate %allot char% cell% field struct end-struct
|
||||
%allocate %allot char% cell% byte% ptr% int% 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
|
||||
rp0 rp@ rp! r> >r rdrop rpick
|
||||
2rot -2rot 2tuck 2over 2nip 2swap 2dup 2drop 3dup 3drop depth
|
||||
rp0 rp@ rp! r> >r rdrop rpick rdepth
|
||||
|
||||
allocate allot memcpy strlen streq strcpy strcpy,
|
||||
cell cell+ cell- cells align aligned +! -!
|
||||
|
|
Loading…
Reference in a new issue