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


compiledFunctionBytecodes[

Function: compiledFunctionBytecodes[ { cfn -> [bytecodes| }
file: job.t
package: muf
status: tentative

This function accepts a compiledFunction and returns a block containing all bytecodes in the compiled code, as one integer per eight-bit bytecode.

Note that the Muq bytecode instruction set is not frozen, and should not be depended on to be the same in future releases. You have been warned!

This is a low-level function intended for use by debuggers rather than for direct human use.

stack:
: x234 2 3.4 * ;
stack:
#'x234 compiledFunctionBytecodes[
stack: [ 51 2 52 0 14 46 |


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