Esempio n. 1
0
 /// <summary>
 /// Causes a non-maskable interrupt to occur on the next cycle
 /// </summary>
 public void TriggerNMI()
 {
     interrupt = Interrupt.NMI;
 }