Protocol
    Operand​Container
public protocol OperandContainer
Protocol for instructions that contain operands.
Relationships
Types Conforming to Operand​Container
ArmInstructionARM Instruction
Arm64InstructionARM-64 Instruction
MipsInstructionMIPS Instruction
X86InstructionX86 Instruction
PowerPCInstructionPowerPC Instruction
SparcInstructionSPARC Instruction
SystemZInstructionSystemZ Instruction
XCoreInstructionXCore Instruction
M68kInstructionM68K Instruction
TMS320C64xInstructionTMS320C64x Instruction
M680xInstructionM680x Instruction
Mos65xxInstructionMOS65xx Instruction
Requirements
        operands
    
    var operands: [OperandType]
Instruction operands.
Empty when detail mode is off.