Shovel.Vm.Vm.HandleJump C# (CSharp) Method

HandleJump() static private method

static private HandleJump ( Vm vm ) : void
vm Vm
return void
        static void HandleJump(Vm vm)
        {
            vm.programCounter = (int)vm.CurrentInstruction ().Arguments;
        }
Vm