Handbook
Glossary
emit-allot-byte-array ( len -- dst )
Vocabulary
compiler
.
cfg
.
intrinsics
.
allot
Inputs
len
an
object
Outputs
dst
an
object
Definition
USING:
compiler.cfg.stacks
kernel
;
IN:
compiler.cfg.intrinsics.allot
:
emit-allot-byte-array
( len -- dst )
ds-drop
^^allot-byte-array
dup
ds-push
;