Capstone Documentation Beta

Enumeration M68kGrp

public enum M68kGrp

Group of M68K instructions

%3 M68kGrp M68kGrp UInt8 UInt8 M68kGrp->UInt8

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