PpcOpMem

Instruction's operand referring to memory

This is associated with the PpcOpType.mem operand type

Constructors

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

Members

Variables

base
PpcRegister base;

Base register

disp
int disp;

Displacement/offset value

Meta