diff --git a/src/cpu.js b/src/cpu.js index 27ec77cc..92c94737 100644 --- a/src/cpu.js +++ b/src/cpu.js @@ -183,9 +183,8 @@ CPU.prototype = { break; } case 4: { - // Accumulator mode. The address is in the accumulator + // Accumulator mode. The operand value is in the accumulator // register. - addr = this.REG_ACC; break; } case 5: {