Ejemplo n.º 1
0
        protected override void VisitLoadConstI48Instruction(LoadConstI48Instruction instruction)
        {
            var stackVal = new CilStackValueInt32(8);

            ControlState.EvaluationStack.Push(stackVal);

            ControlState.MoveToNextInstruction();
        }
Ejemplo n.º 2
0
 protected abstract void VisitLoadConstI48Instruction(LoadConstI48Instruction instruction);