public static void Return(Cpu cpu, byte flag) { cpu.Return(); }
public static void Return(Cpu cpu) { cpu.Return(); }