Class
    SystemZInstruction
public class SystemZInstruction: PlatformInstruction<SyszIns, SyszGrp, SyszReg>
SystemZ Instruction
Relationships
Nested Types
SystemZInstruction.OperandOperand for SystemZ instructions.
Conforms To
OperandContainerProtocol for instructions that contain operands.
PlatformInstruction<SyszIns, SyszGrp, SyszReg>
Properties
        operands
    
    var operands: [Operand]
Instruction operands.
Empty when detail mode is off.
        conditionCode
    
    var conditionCode: SyszCc!
Condition code.
nil when detail mode is off, or instruction has no condition code.