obj
Represents the main assembler class that can lower assembly code into binary instructions.
Assembler(isa, startAddress)
ISA
Addr
Assembler
this.Lower
string
Result<byte[] list, string>
Lowers the given assembly string down to a list of byte arrays, where each array corresponds to a binary instruction.
this.StartAddress
The start address of the binary instructions.
Type something to start searching.