Exemplo n.º 1
0
        protected override void VisitLoadConstI44Instruction(LoadConstI44Instruction instruction)
        {
            var stackVal = new CilStackValueInt32(4);

            ControlState.EvaluationStack.Push(stackVal);

            ControlState.MoveToNextInstruction();
        }
Exemplo n.º 2
0
 protected abstract void VisitLoadConstI44Instruction(LoadConstI44Instruction instruction);