PpcInstructionDetail

Ppc-specific information about an instruction

Constructors

this
this(Capstone cs, cs_arch_detail arch_detail)
Undocumented in source.

Members

Variables

bc
PpcBc bc;

Branch code for branch instructions

bh
PpcBh bh;

Branch hint for branch instructions

operands
PpcOp[] operands;

Operands for this instruction.

updateCr0
bool updateCr0;

If true, then this 'dot' instruction updates CR0

Meta