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


assembleLabelGet

Function: assembleLabel { asm -> label }
file: job.t
package: muf
status: alpha

The assembleLabelGet prim allocates and returns a new label for the compiledFunction being assembled. It will later be given to the assembleLabel prim to mark the proper spot, and typically also to a (possibly conditional) branch jumping to the spot.


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