Capstone Documentation Beta

Enumeration Mos65xx​Am

public enum Mos65xxAm

MOS65XX Addressing Modes

%3 Mos65xxAm Mos65xxAm UInt32 UInt32 Mos65xxAm->UInt32 CustomStringConvertible CustomStringConvertible Mos65xxAm->CustomStringConvertible

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

zp​X

case zpX

indexed zeropage addressing by the X index register

zp​Y

case zpY

indexed zeropage addressing by the Y index register

zp​Rel

case zpRel

zero page address, branch relative address

zp​Ind

case zpInd

indirect zeropage addressing

zp​XInd

case zpXInd

indexed zeropage indirect addressing by the X index register

zp​Ind​Y

case zpIndY

indirect zeropage indexed addressing by the Y index register

zp​Ind​Long

case zpIndLong

zeropage indirect long addressing

zp​Ind​Long​Y

case zpIndLongY

zeropage indirect long addressing indexed by Y register

abs

case abs

absolute addressing

abs​X

case absX

indexed absolute addressing by the X index register

abs​Y

case absY

indexed absolute addressing by the Y index register

abs​Ind

case absInd

absolute indirect addressing

abs​XInd

case absXInd

indexed absolute indirect addressing by the X index register

abs​Ind​Long

case absIndLong

absolute indirect long addressing

abs​Long

case absLong

absolute long address mode

abs​Long​X

case absLongX

absolute long address mode, indexed by X register

sr

case sr

stack relative addressing

sr​Ind​Y

case srIndY

indirect stack relative addressing indexed by the Y index register

Properties

description

var description: String