Capstone Documentation Beta

Enumeration M68kAm

public enum M68kAm

M68K Addressing Modes

%3 M68kAm M68kAm UInt32 UInt32 M68kAm->UInt32 CustomStringConvertible CustomStringConvertible M68kAm->CustomStringConvertible

Conforms To

CustomStringConvertible
UInt32

Enumeration Cases

none

case none

No address mode.

reg​Direct​Data

case regDirectData

Register Direct - Data

reg​Direct​Addr

case regDirectAddr

Register Direct - Address

regi​Addr

case regiAddr

Register Indirect - Address

regi​Addr​Post​Inc

case regiAddrPostInc

Register Indirect - Address with Postincrement

regi​Addr​Pre​Dec

case regiAddrPreDec

Register Indirect - Address with Predecrement

regi​Addr​Disp

case regiAddrDisp

Register Indirect - Address with Displacement

aregi​Index8Bit​Disp

case aregiIndex8BitDisp

Address Register Indirect With Index- 8-bit displacement

aregi​Index​Base​Disp

case aregiIndexBaseDisp

Address Register Indirect With Index- Base displacement

memi​Post​Index

case memiPostIndex

Memory indirect - Postindex

memi​Pre​Index

case memiPreIndex

Memory indirect - Preindex

pci​Disp

case pciDisp

Program Counter Indirect - with Displacement

pci​Index8Bit​Disp

case pciIndex8BitDisp

Program Counter Indirect with Index - with 8-Bit Displacement

pci​Index​Base​Disp

case pciIndexBaseDisp

Program Counter Indirect with Index - with Base Displacement

pc​Memi​Post​Index

case pcMemiPostIndex

Program Counter Memory Indirect - Postindexed

pc​Memi​Pre​Index

case pcMemiPreIndex

Program Counter Memory Indirect - Preindexed

absolute​Data​Short

case absoluteDataShort

Absolute Data Addressing - Short

absolute​Data​Long

case absoluteDataLong

Absolute Data Addressing - Long

immediate

case immediate

Immediate value

branch​Displacement

case branchDisplacement

Address as displacement from (PC+2) used by branches

Properties

description

var description: String