Capstone Documentation Beta

Enumeration Mos65xx​Grp

public enum Mos65xxGrp

Group of MOS65XX instructions

%3 Mos65xxGrp Mos65xxGrp UInt8 UInt8 Mos65xxGrp->UInt8

Conforms To

UInt8

Enumeration Cases

invalid

case invalid

CS_GRP_INVALID

jump

case jump

= CS_GRP_JUMP

call

case call

= CS_GRP_RET

ret

case ret

= CS_GRP_RET

int

case int

= CS_GRP_INT

iret

case iret

= CS_GRP_IRET

branch​Relative

case branchRelative

= CS_GRP_BRANCH_RELATIVE

ending

case ending