Instruction Type
Represents an ARM32 instruction.
Instance members
| Instance member |
Description
|
|
Address of this instruction.
|
Full Usage:
this.Cflag
Returns: bool option
|
Carry Flag from decoding instruction.
|
|
Condition.
|
Full Usage:
this.ITState
Returns: byte
|
IT state for this instruction (used only for IT instructions).
|
Full Usage:
this.IsAdd
Returns: bool
|
Add or subtract offsets.
|
Full Usage:
this.IsThumb
Returns: bool
|
Is a Thumb mode instruction?
|
Full Usage:
this.Length
Returns: uint32
|
Length of this instruction in bytes.
|
|
Opcode.
|
|
Operands.
|
|
Operation size.
|
|
Qualifier.
|
|
SIMD data type.
|
Full Usage:
this.WriteBack
Returns: bool
|
Write back.
|
B2R2