Enumeration
    M68kGrp
public enum M68kGrp
Group of M68K instructions
Relationships
Conforms To
UInt8
Enumeration Cases
        invalid
    
    case invalid
CS_GRUP_INVALID
        jump
    
    case jump
= CS_GRP_JUMP
        ret
    
    case ret
= CS_GRP_RET
        iret
    
    case iret
= CS_GRP_IRET
        branch​Relative
    
    case branchRelative
= CS_GRP_BRANCH_RELATIVE
        ending
    
    case ending