Capstone Documentation Beta

Enumeration M680xGrp

public enum M680xGrp

Group of M680X instructions

%3 M680xGrp M680xGrp UInt8 UInt8 M680xGrp->UInt8

Conforms To

UInt8

Enumeration Cases

invalid

case invalid

jump

case jump

= CS_GRP_JUMP

call

case call

= CS_GRP_CALL

ret

case ret

= CS_GRP_RET

int

case int

= CS_GRP_INT

iret

case iret

= CS_GRP_IRET

priv

case priv

= CS_GRP_PRIVILEDGE; not used

brarel

case brarel

= CS_GRP_BRANCH_RELATIVE

ending

case ending