Enumeration
Mos65xxAm
public enum Mos65xxAm
MOS65XX Addressing Modes
Relationships
Conforms To
CustomStringConvertible
UInt32
Enumeration Cases
none
case none
No address mode.
imp
case imp
implied addressing (no addressing mode)
acc
case acc
accumulator addressing
imm
case imm
8/16 Bit immediate value
rel
case rel
relative addressing used by branches
int
case int
interrupt addressing
block
case block
memory block addressing
zp
case zp
zeropage addressing
zpX
case zpX
indexed zeropage addressing by the X index register
zpY
case zpY
indexed zeropage addressing by the Y index register
zpRel
case zpRel
zero page address, branch relative address
zpInd
case zpInd
indirect zeropage addressing
zpXInd
case zpXInd
indexed zeropage indirect addressing by the X index register
zpIndY
case zpIndY
indirect zeropage indexed addressing by the Y index register
zpIndLong
case zpIndLong
zeropage indirect long addressing
zpIndLongY
case zpIndLongY
zeropage indirect long addressing indexed by Y register
abs
case abs
absolute addressing
absX
case absX
indexed absolute addressing by the X index register
absY
case absY
indexed absolute addressing by the Y index register
absInd
case absInd
absolute indirect addressing
absXInd
case absXInd
indexed absolute indirect addressing by the X index register
absIndLong
case absIndLong
absolute indirect long addressing
absLong
case absLong
absolute long address mode
absLongX
case absLongX
absolute long address mode, indexed by X register
sr
case sr
stack relative addressing
srIndY
case srIndY
indirect stack relative addressing indexed by the Y index register
Properties
description
var description: String