Capstone Documentation Beta

Class Mos65xx​Instruction

public class Mos65xxInstruction: PlatformInstruction<Mos65xxIns, Mos65xxGrp, Mos65xxReg>

MOS65xx Instruction

%3 Mos65xxInstruction Mos65xxInstruction PlatformInstruction<Mos65xxIns, Mos65xxGrp, Mos65xxReg> PlatformInstruction<Mos65xxIns, Mos65xxGrp, Mos65xxReg> Mos65xxInstruction->PlatformInstruction<Mos65xxIns, Mos65xxGrp, Mos65xxReg> OperandContainer OperandContainer Mos65xxInstruction->OperandContainer

Nested Types

Mos65xxInstruction.Operand

Operand for MOS65xx instructions.

Conforms To

OperandContainer

Protocol for instructions that contain operands.

PlatformInstruction<Mos65xxIns, Mos65xxGrp, Mos65xxReg>

Properties

operands

var operands: [Operand]

Instruction operands.

Empty when detail mode is off.

addressing​Mode

var addressingMode: Mos65xxAm!

Addressing mode for this instruction.

nil when detail mode is off.

modifies​Flags

var modifiesFlags: Bool!

true if this instruction modifies flags.

nil when detail mode is off.