%box ( dst src func rep gc-map -- )


Vocabulary
cpu.architecture

Inputs
dstdestination register
srcsource register
funcfunction?
reprepresentation class
gc-mapa gc-map


Outputs
None

Word description
Call a function to convert a value into a tagged pointer, possibly allocating a bignum, float, or alien instance, which is then pushed on the data stack.

Definition


HOOK: %box cpu ( dst src func rep gc-map -- )


Methods