diff --git a/EightBit/IntelProcessor.cs b/EightBit/IntelProcessor.cs index db99ce7..292cf52 100644 --- a/EightBit/IntelProcessor.cs +++ b/EightBit/IntelProcessor.cs @@ -71,7 +71,6 @@ namespace EightBit RaisingHALT?.Invoke(this, EventArgs.Empty); this.HALT.Raise(); this.PC.Increment(); - this.PC.Increment(); RaisedHALT?.Invoke(this, EventArgs.Empty); } }