Enumeration
    M68kOp
public enum M68kOp
Operand type for instruction's operands
Relationships
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).
        fpSingle
    
    case fpSingle
single precision Floating-Point operand
        fpDouble
    
    case fpDouble
double precision Floating-Point operand
        regBits
    
    case regBits
Register bits move
        regPair
    
    case regPair
Register pair in the same op (upper 4 bits for first reg, lower for second)
        brDisp
    
    case brDisp
Branch displacement