Capstone Documentation Beta

Class Sparc​Instruction

public class SparcInstruction: PlatformInstruction<SparcIns, SparcGrp, SparcReg>

SPARC Instruction

%3 SparcInstruction SparcInstruction OperandContainer OperandContainer SparcInstruction->OperandContainer PlatformInstruction<SparcIns, SparcGrp, SparcReg> PlatformInstruction<SparcIns, SparcGrp, SparcReg> SparcInstruction->PlatformInstruction<SparcIns, SparcGrp, SparcReg>

Nested Types

SparcInstruction.Operand

Operand for SPARC instructions.

Conforms To

OperandContainer

Protocol for instructions that contain operands.

PlatformInstruction<SparcIns, SparcGrp, SparcReg>

Properties

operands

var operands: [Operand]

Instruction operands.

Empty when detail mode is off.

condition​Code

var conditionCode: SparcCc!

Condition code.

nil when detail mode is off.

hint

var hint: SparcHint!

Hints.

nil when detail mode is off.