Assembler

Interface for parsing assembly code into bytecode

Members

Functions

assemble
ubyte[] assemble(ref string assemblyCode)

This routine takes a string of assembly code and produces the bytecode corresponding to it.

Meta