From 9756e589b8f8d9bab7a77a63bc4e018965793dea Mon Sep 17 00:00:00 2001 From: ecimperative <46550718+ecimperative@users.noreply.github.com> Date: Sat, 17 Oct 2020 18:45:55 -0400 Subject: [PATCH] Spell Check Changed pneumonic to mnemonic. Pretty sure the intent here was a memory aid (mnemonic) not a related to the disease (pneumonic). --- Part#2 - CPU/olc6502.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Part#2 - CPU/olc6502.h b/Part#2 - CPU/olc6502.h index 89dcfeb..7027c51 100644 --- a/Part#2 - CPU/olc6502.h +++ b/Part#2 - CPU/olc6502.h @@ -68,7 +68,7 @@ Author ~~~~~~ - David Barr, aka javidx9, ©OneLoneCoder 2019 + David Barr, aka javidx9, ©OneLoneCoder 2019 */ #pragma once @@ -183,7 +183,7 @@ class olc6502 // different instructions. Each of these are stored in a table in numerical // order so they can be looked up easily, with no decoding required. // Each table entry holds: - // Pneumonic : A textual representation of the instruction (used for disassembly) + // Mnemonic : A textual representation of the instruction (used for disassembly) // Opcode Function: A function pointer to the implementation of the opcode // Opcode Address Mode : A function pointer to the implementation of the // addressing mechanism used by the instruction