public override void Execute(ICpu cpu) { IUserDelegate pushMe = cpu.MakeUserDelegate(EntryPoint, WithClosure); cpu.PushStack(pushMe); }