Structure
    M680xInstruction.Operand.IndexedAddress
public struct IndexedAddress
Operand referring to indexed addressing.
Relationships
Member Of
M680xInstruction.OperandOperand for M680x instructions.
Properties
        base
    
    let base: M680xReg?
        offset
    
    let offset: (register: M680xReg?, width: M680xOffset, value: Int16, address: UInt16)
        incDec
    
    let incDec: Int8
Increment or decrement (-8 to 8).
post or pre tell if it's pre-increment/decrement or post-increment/decrement.
        indirect
    
    var indirect: Bool
        post
    
    var post: Bool
true if post-increment or post-decrement.
        pre
    
    var pre: Bool
true if pre-increment or pre-decrement.