Class
Mos65xxInstruction
public class Mos65xxInstruction: PlatformInstruction<Mos65xxIns, Mos65xxGrp, Mos65xxReg>
MOS65xx Instruction
Relationships
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.
addressingMode
var addressingMode: Mos65xxAm!
Addressing mode for this instruction.
nil
when detail mode is off.
modifiesFlags
var modifiesFlags: Bool!
true
if this instruction modifies flags.
nil
when detail mode is off.