Esempio n. 1
0
 protected override void ProcessOpCode(IntComputer computer)
 {
     if (firstVal.ReadParamFromMemory() != 0)
     {// just setting memoryPointer so we don't need to use the specialty writy addresses
         computer.SetMemoryPointer(secondVal.ReadParamFromMemory());
     }
 }