예제 #1
0
파일: Opcode.cs 프로젝트: CalebJ2/KOS
 public override void Execute(ICpu cpu)
 {
     IUserDelegate pushMe = cpu.MakeUserDelegate(EntryPoint, WithClosure);
     cpu.PushStack(pushMe);
 }