// stop public static void Stop() { CPU.Halt(); }
public static bool F_HALT() { CPU.Halt(); return(true); }