Protocol
Operand​Container
public protocol OperandContainer
Protocol for instructions that contain operands.
Relationships
Types Conforming to Operand​Container
ArmInstruction
ARM Instruction
Arm64Instruction
ARM-64 Instruction
MipsInstruction
MIPS Instruction
X86Instruction
X86 Instruction
PowerPCInstruction
PowerPC Instruction
SparcInstruction
SPARC Instruction
SystemZInstruction
SystemZ Instruction
XCoreInstruction
XCore Instruction
M68kInstruction
M68K Instruction
TMS320C64xInstruction
TMS320C64x Instruction
M680xInstruction
M680x Instruction
Mos65xxInstruction
MOS65xx Instruction
Requirements
operands
var operands: [OperandType]
Instruction operands.
Empty when detail mode is off.