Example #1
0
        //LOAD/STORE OPERATIONS
        public void Load(int _location)
        {
            string str_number = bml.GetInstructionAt(_location);

            bml.SetAccumulator(Int32.Parse(str_number));
        }