The path to the language definition file of the assembly language used by this assembler.
This method compiles a given computer program written in assembly language into its binary representation. The instructions will be encoded using the opcodes defined in the language definition. The order in which the instructions appear in the input program is preserved during the compilation process.
File contents of an .asm file containing a computer program written in assembly language.
An array of strings representing the binary encoded instructions of the given computer program.
Constructs a new assembler object with the given processing width.