Capstone Documentation Beta

Class Mips​Instruction

public class MipsInstruction: PlatformInstruction<MipsIns, MipsGrp, MipsReg>

MIPS Instruction

%3 MipsInstruction MipsInstruction OperandContainer OperandContainer MipsInstruction->OperandContainer PlatformInstruction<MipsIns, MipsGrp, MipsReg> PlatformInstruction<MipsIns, MipsGrp, MipsReg> MipsInstruction->PlatformInstruction<MipsIns, MipsGrp, MipsReg>

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.