Exemple #1
0
        protected override void VisitLoadLocal1Instruction(LoadLocal1Instruction instruction)
        {
            var value = ControlState.Locals.Load(null, 1);

            ControlState.EvaluationStack.PushValue(value);

            ControlState.MoveToNextInstruction();
        }
 protected abstract void VisitLoadLocal1Instruction(LoadLocal1Instruction instruction);