enum | M6502.InstructionDecode.AddressingMode {
M6502.InstructionDecode.AddressingMode.None,
M6502.InstructionDecode.AddressingMode.Implicit,
M6502.InstructionDecode.AddressingMode.Accumulator,
M6502.InstructionDecode.AddressingMode.Immediate,
M6502.InstructionDecode.AddressingMode.ZeroPage,
M6502.InstructionDecode.AddressingMode.ZeroPageX,
M6502.InstructionDecode.AddressingMode.ZeroPageY,
M6502.InstructionDecode.AddressingMode.Relative,
M6502.InstructionDecode.AddressingMode.Absolute,
M6502.InstructionDecode.AddressingMode.AbsoluteX,
M6502.InstructionDecode.AddressingMode.AbsoluteY,
M6502.InstructionDecode.AddressingMode.Indirect,
M6502.InstructionDecode.AddressingMode.IndexedIndirect,
M6502.InstructionDecode.AddressingMode.IndirectIndexed
} |