Class
    SparcInstruction
public class SparcInstruction: PlatformInstruction<SparcIns, SparcGrp, SparcReg>
SPARC Instruction
Relationships
Nested Types
SparcInstruction.OperandOperand for SPARC instructions.
Conforms To
OperandContainerProtocol for instructions that contain operands.
PlatformInstruction<SparcIns, SparcGrp, SparcReg>
Properties
        operands
    
    var operands: [Operand]
Instruction operands.
Empty when detail mode is off.