Exemple #1
0
        protected override void VisitLoadConstI40Intruction(LoadConstI40Instruction instruction)
        {
            var stackVal = new CilStackValueInt32(0);

            ControlState.EvaluationStack.Push(stackVal);

            ControlState.MoveToNextInstruction();
        }
 protected abstract void VisitLoadConstI40Intruction(LoadConstI40Instruction instruction);