MipsOpMem

Instruction's operand referring to memory

This is associated with the MipsOpType.mem operand type

Constructors

this
this(Capstone cs, mips_op_mem internal)
Undocumented in source.

Members

Variables

base
MipsRegister base;

Base register (or MipsRegister.invalid if irrelevant)

disp
long disp;

Displacement value

Meta