Class
Mips​Instruction
public class MipsInstruction: PlatformInstruction<MipsIns, MipsGrp, MipsReg>
MIPS Instruction
Relationships
Nested Types
MipsInstruction.Operand
Operand for MIPS instructions.
Conforms To
OperandContainer
Protocol for instructions that contain operands.
PlatformInstruction<MipsIns, MipsGrp, MipsReg>
Properties
operands
var operands: [Operand]
Instruction operands.
Empty when detail mode is off.