Capstone Documentation Beta

Structure Mips​Instruction.​Operand.​Memory

public struct Memory

Operand value referring to memory.

Member Of

MipsInstruction.Operand

Operand for MIPS instructions.

Properties

base

let base: MipsReg

Base register.

displacement

let displacement: Int64

Displacement/offset value.