cs_op_type

Common instruction operand types - to be consistent across all architectures.

Values

ValueMeaning
CS_OP_INVALID0

< uninitialized/invalid operand.

CS_OP_REG1

< Register operand.

CS_OP_IMM2

< Immediate operand.

CS_OP_MEM3

< Memory operand.

CS_OP_FP4

< Floating-Point operand.

Meta