Beispiel #1
0
        protected override void VisitLoadConstI42Instruction(LoadConstI42Instruction instruction)
        {
            var stackVal = new CilStackValueInt32(2);

            ControlState.EvaluationStack.Push(stackVal);

            ControlState.MoveToNextInstruction();
        }
 protected abstract void VisitLoadConstI42Instruction(LoadConstI42Instruction instruction);