Enumeration
    M68kAm
public enum M68kAm
M68K Addressing Modes
Relationships
Conforms To
CustomStringConvertibleUInt32
Enumeration Cases
        none
    
    case none
No address mode.
        regDirectData
    
    case regDirectData
Register Direct - Data
        regDirectAddr
    
    case regDirectAddr
Register Direct - Address
        regiAddr
    
    case regiAddr
Register Indirect - Address
        regiAddrPostInc
    
    case regiAddrPostInc
Register Indirect - Address with Postincrement
        regiAddrPreDec
    
    case regiAddrPreDec
Register Indirect - Address with Predecrement
        regiAddrDisp
    
    case regiAddrDisp
Register Indirect - Address with Displacement
        aregiIndex8BitDisp
    
    case aregiIndex8BitDisp
Address Register Indirect With Index- 8-bit displacement
        aregiIndexBaseDisp
    
    case aregiIndexBaseDisp
Address Register Indirect With Index- Base displacement
        memiPostIndex
    
    case memiPostIndex
Memory indirect - Postindex
        memiPreIndex
    
    case memiPreIndex
Memory indirect - Preindex
        pciDisp
    
    case pciDisp
Program Counter Indirect - with Displacement
        pciIndex8BitDisp
    
    case pciIndex8BitDisp
Program Counter Indirect with Index - with 8-Bit Displacement
        pciIndexBaseDisp
    
    case pciIndexBaseDisp
Program Counter Indirect with Index - with Base Displacement
        pcMemiPostIndex
    
    case pcMemiPostIndex
Program Counter Memory Indirect - Postindexed
        pcMemiPreIndex
    
    case pcMemiPreIndex
Program Counter Memory Indirect - Preindexed
        absoluteDataShort
    
    case absoluteDataShort
Absolute Data Addressing - Short
        absoluteDataLong
    
    case absoluteDataLong
Absolute Data Addressing - Long
        immediate
    
    case immediate
Immediate value
        branchDisplacement
    
    case branchDisplacement
Address as displacement from (PC+2) used by branches
Properties
        description
    
    var description: String