Capstone Documentation Beta

Enumeration M68kOp

public enum M68kOp

Operand type for instruction's operands

%3 M68kOp M68kOp UInt32 UInt32 M68kOp->UInt32

Conforms To

UInt32

Enumeration Cases

invalid

case invalid

= CS_OP_INVALID (Uninitialized).

reg

case reg

= CS_OP_REG (Register operand).

imm

case imm

= CS_OP_IMM (Immediate operand).

mem

case mem

= CS_OP_MEM (Memory operand).

fp​Single

case fpSingle

single precision Floating-Point operand

fp​Double

case fpDouble

double precision Floating-Point operand

reg​Bits

case regBits

Register bits move

reg​Pair

case regPair

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

br​Disp

case brDisp

Branch displacement