public override void Execute(ICpu cpu) { double arg = Convert.ToDouble(cpu.PopValue()); cpu.YieldProgram(new YieldFinishedGameTimer(arg)); }