Enumeration
Mos65xxGrp
public enum Mos65xxGrp
Group of MOS65XX instructions
Relationships
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
branchRelative
case branchRelative
= CS_GRP_BRANCH_RELATIVE
ending
case ending