protected override void ProcessOpCode(IntComputer computer) { computer.WriteOutputData(targetData.ReadParamFromMemory()); computer.PauseProgram(); }