Beispiel #1
0
        protected override void VisitLoadConstI47Instruction(LoadConstI47Instruction instruction)
        {
            var stackVal = new CilStackValueInt32(7);

            ControlState.EvaluationStack.Push(stackVal);

            ControlState.MoveToNextInstruction();
        }
 protected abstract void VisitLoadConstI47Instruction(LoadConstI47Instruction instruction);