This routine takes a string of assembly code and produces the bytecode corresponding to it.
The assembly code
The bytecode resulting from compiling the assembly code.
AssemblerError if an error is encountered during assembly.
See Implementation
This routine takes a string of assembly code and produces the bytecode corresponding to it.