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