Capstone Documentation Beta

Class M680xInstruction

public class M680xInstruction: PlatformInstruction<M680xIns, M680xGrp, M680xReg>

M680x Instruction

%3 M680xInstruction M680xInstruction OperandContainer OperandContainer M680xInstruction->OperandContainer PlatformInstruction<M680xIns, M680xGrp, M680xReg> PlatformInstruction<M680xIns, M680xGrp, M680xReg> M680xInstruction->PlatformInstruction<M680xIns, M680xGrp, M680xReg>

Nested Types

M680xInstruction.Operand

Operand for M680x instructions.

Conforms To

OperandContainer

Protocol for instructions that contain operands.

PlatformInstruction<M680xIns, M680xGrp, M680xReg>

Properties

operands

var operands: [Operand]

Instruction operands.

Empty when detail mode is off.

op​Flags

var opFlags: M680xOpFlags!

Flags indicating if operands are part of the mnemonic.

nil when detail mode is off.