ILowerable Type
Represents an interface for lowering binary code from an assembly string.
Instance members
| Instance member |
Description
|
Full Usage:
this.Lower
Parameters:
string
Returns: Result<byte[] list, string>
Modifiers: abstract |
Assembles binary code from a given assembly string, returning a list of byte arrays, where each array corresponds to bytecode of a single instruction.
|
B2R2