mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-10 14:37:00 +00:00
Note commonality between Intel-style processors
This commit is contained in:
@@ -138,6 +138,13 @@ namespace EightBit
|
||||
this.Jump(0);
|
||||
}
|
||||
|
||||
protected override void HandleINT()
|
||||
{
|
||||
base.HandleINT();
|
||||
this.DisableInterrupts();
|
||||
this.RaiseHALT();
|
||||
}
|
||||
|
||||
protected sealed override void Push(byte value)
|
||||
{
|
||||
this.MemoryWrite(this.SP.Decrement(), value);
|
||||
|
||||
Reference in New Issue
Block a user