InstructionCandidate Type
Represents one or more candidate instructions located at the same address. There could be two instructions at the same address when considering the operation mode of ARM CPU: one for ARM and the other for Thumb mode.
Union cases
Union case | Description |
Full Usage:
MaybeTwo(IInstruction option, IInstruction option)
Parameters:
IInstruction option
Item2 : IInstruction option
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsMaybeTwo
Returns: bool
|
|
Full Usage:
this.IsOnlyOne
Returns: bool
|
|