Imported Upstream version 2.9.0
[debian/cc1111] / device / examples / mcs51 / simple / test
1 #!/bin/bash
2
3 # Try out the simulator.  Route serial port output to a text file.
4 # After simulator is started, you need to type:
5 # run
6 # stop
7 # quit
8
9 s51 -Sout=serial.txt hi.ihx
10