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


assembleLineInFn

Function: assembleLineInFn { line asm -> }
file: job.t
package: muf
status: alpha

The assembleLineInFn function specifies the current line number in the source corresponding to the next instruction assembled, relative to the start of the current function. The assembler records this internally in the generated code for use by debuggers.

Calling this function is exactly equivalent to setting the asm$s.lineInFn property, but a bit faster.


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