Capstone Documentation Beta

Class System​ZInstruction

public class SystemZInstruction: PlatformInstruction<SyszIns, SyszGrp, SyszReg>

SystemZ Instruction

%3 SystemZInstruction SystemZInstruction PlatformInstruction<SyszIns, SyszGrp, SyszReg> PlatformInstruction<SyszIns, SyszGrp, SyszReg> SystemZInstruction->PlatformInstruction<SyszIns, SyszGrp, SyszReg> OperandContainer OperandContainer SystemZInstruction->OperandContainer

Nested Types

SystemZInstruction.Operand

Operand for SystemZ instructions.

Conforms To

OperandContainer

Protocol for instructions that contain operands.

PlatformInstruction<SyszIns, SyszGrp, SyszReg>

Properties

operands

var operands: [Operand]

Instruction operands.

Empty when detail mode is off.

condition​Code

var conditionCode: SyszCc!

Condition code.

nil when detail mode is off, or instruction has no condition code.