m68k_op_type

Operand type for instruction's operands

Values

ValueMeaning
M68K_OP_INVALID0

< = CS_OP_INVALID (Uninitialized).

M68K_OP_REG1

< = CS_OP_REG (Register operand).

M68K_OP_IMM2

< = CS_OP_IMM (Immediate operand).

M68K_OP_MEM3

< = CS_OP_MEM (Memory operand).

M68K_OP_FP_SINGLE4

< single precision Floating-Point operand

M68K_OP_FP_DOUBLE5

< double precision Floating-Point operand

M68K_OP_REG_BITS6

< Register bits move

M68K_OP_REG_PAIR7

< Register pair in the same op (upper 4 bits for first reg, lower for second)

M68K_OP_BR_DISP8

< Branch displacement

Meta