IInstructionCollectable Type
Interface for collecting instructions.
Instance members
Instance member | Description |
Full Usage:
this.Collect
Parameters:
Addr * InstructionCandidate -> unit
Modifiers: abstract |
|
Full Usage:
this.ParseInstructionCandidate
Parameters:
Addr
arg1 : ArchOperationMode
Returns: Result<InstructionCandidate, ErrorCase>
Modifiers: abstract |