示例#1
0
 public void ExecuteProgram()
 {
     _proc.LoadCode();
     _mem.AllocateMemory();
     _hdd.FetchData();
     _proc.Execute();
 }