示例#1
0
        protected override void VisitLoadLocal3Instruction(LoadLocal3Instruction instruction)
        {
            var value = ControlState.Locals.Load(null, 3);

            ControlState.EvaluationStack.PushValue(value);

            ControlState.MoveToNextInstruction();
        }
 protected abstract void VisitLoadLocal3Instruction(LoadLocal3Instruction instruction);