Enum capstone_sys::m680x_op_type [−][src]
#[repr(u32)] pub enum m680x_op_type { M680X_OP_INVALID, M680X_OP_REGISTER, M680X_OP_IMMEDIATE, M680X_OP_INDEXED, M680X_OP_EXTENDED, M680X_OP_DIRECT, M680X_OP_RELATIVE, M680X_OP_CONSTANT, }
Expand description
Operand type for instruction’s operands
Variants
< = CS_OP_INVALID (Uninitialized).
< = Register operand.
< = Immediate operand.
< = Indexed addressing operand.
< = Extended addressing operand.
< = Direct addressing operand.
< = Relative addressing operand.
< = constant operand (Displayed as number only). < Used e.g. for a bit index or page number.