cs_ppc

Instruction structure

Members

Variables

bc
ppc_bc bc;

branch code for branch instructions

bh
ppc_bh bh;

branch hint for branch instructions

op_count
ubyte op_count;

Number of operands of this instruction, or 0 when instruction has no operand.

operands
cs_ppc_op[8] operands;

< operands for this instruction.

update_cr0
bool update_cr0;

if update_cr0 = True, then this 'dot' insn updates CR0

Meta