public override void Interpret(InterpreterState state) { if (state.CurrentData == 0) { _instructionSequence.MovePast(typeof(MoveBackwardToIfNotZeroInstruction)); } }