obj
Assembly code parser interface.
AsmParser()
AsmParser
this.Assemble(arg1)
string
Result<byte[] list, string>
Run parsing from a given assembly string, and assemble binary code.
this.Lift(hdl) (asm) (addr)
BinHandle
Addr
Result<Stmt[], string>
Run parsing from a given assembly string, and lift it to LowUIR code.