Ejemplo n.º 1
0
 public static bool F_HALT()
 {
     CPU.Halt();
     return(true);
 }
Ejemplo n.º 2
0
 // stop
 public static void Stop()
 {
     CPU.Halt();
 }
Ejemplo n.º 3
0
 public static bool F_JUMPI()
 {
     CPU.MoveProgramCounter(CPU.I);
     return(true);
 }