%local-allot ( dst size align offset -- )


Vocabulary
cpu.architecture

Inputs
dstdestination register symbol
sizenumber of bytes to allocate
alignalignment
offsetwhere to allocate the data, relative to the stack register


Outputs
None

Word description
Emits machine code for stack "allocating" a chunk of memory. No memory is really allocated and instead a pointer to it is just put in the destination register.

See also
##local-allot

Definition


Methods