Ejemplo n.º 1
0
        public static void Main(string[] args)
        {
            Console.WriteLine("Yo what you girls doin tonight is what I wanted to say");

            var cpu = CentralCPU.Instance();
            var vm  = cpu.CreateVM();


            //vm.StoreCommandsInMemory(Example2);
            //Sita ant loop gal?
            if (vm.ExecuteCommandFromFile())
            {
                vm.ReadFromMemory();
            }
        }