Capstone Documentation Beta

Class Power​PCInstruction

public class PowerPCInstruction: PlatformInstruction<PpcIns, PpcGrp, PpcReg>

PowerPC Instruction

%3 PowerPCInstruction PowerPCInstruction OperandContainer OperandContainer PowerPCInstruction->OperandContainer PlatformInstruction<PpcIns, PpcGrp, PpcReg> PlatformInstruction<PpcIns, PpcGrp, PpcReg> PowerPCInstruction->PlatformInstruction<PpcIns, PpcGrp, PpcReg>

Nested Types

PowerPCInstruction.Operand

Operand for PowerPC instructions.

Conforms To

OperandContainer

Protocol for instructions that contain operands.

PlatformInstruction<PpcIns, PpcGrp, PpcReg>

Properties

branch​Code

var branchCode: PpcBc!

Branch code for branch instructions.

nil when detail mode is off, or not an appropriate instruction.

branch​Hint

var branchHint: PpcBh!

Hint for branch instructions.

nil when detail mode is off, or not an appropriate instruction.

updates​CR0

var updatesCR0: Bool!

true if this dot instruction updates CR0.

nil when detail mode is off.

operands

var operands: [Operand]

Instruction operands.

Empty when detail mode is off.