Example #1
0
        private void SKON()
        {
            if (Interrupts.Enabled)
            {
                Register.PC.Increment();
            }

            Interrupts.Disable();
        }
Example #2
0
 private void IOF()
 {
     Interrupts.Disable();
 }