Capstone Documentation Beta

Class XCore​Instruction

public class XCoreInstruction: PlatformInstruction<XcoreIns, XcoreGrp, XcoreReg>

XCore Instruction

%3 XCoreInstruction XCoreInstruction PlatformInstruction<XcoreIns, XcoreGrp, XcoreReg> PlatformInstruction<XcoreIns, XcoreGrp, XcoreReg> XCoreInstruction->PlatformInstruction<XcoreIns, XcoreGrp, XcoreReg> OperandContainer OperandContainer XCoreInstruction->OperandContainer

Nested Types

XCoreInstruction.Operand

Operand for XCore instructions.

Conforms To

OperandContainer

Protocol for instructions that contain operands.

PlatformInstruction<XcoreIns, XcoreGrp, XcoreReg>

Properties

operands

var operands: [Operand]

Instruction operands.

Empty when detail mode is off.