Example #1
0
        public void Store(int _location)
        {
            string number = bml.GetAccumulator().ToString();

            bml.SetInstructionAt(_location, number);
        }