Example #1
0
 //I/O OPERATIONS
 public void Read(string _input, int _location)
 {
     bml.SetInstructionAt(_location, _input);
 }