Beispiel #1
0
 public void Reset()
 {
     _currentMemory     = (long[])Programm.Clone();
     InstructionPointer = 0;
     Input         = new List <long>();
     InputPointer  = 0;
     Output        = new List <long>();
     OutputPointer = 0;
 }