Go to the first, previous, next, last section, table of contents.


assembleVariableSlot

Function: assembleVariableSlot { name asm -> offset }
file: job.t
package: muf
status: alpha

The assembleVariableSlot prim allocates a fresh local variable and returns its offset, which value can later be used with the assembleVariableGet and assembleVariableSet prims.


Go to the first, previous, next, last section, table of contents.