UUREM application
contains undocumented command line switches. Enter the following
at the DOS prompt to list switches:
UUREM /?
Example: To automate conversion of Motorola S-record
file to Binary file and load to emulator, create a batch file
containing the following two lines and save file as LOADMOT.BAT
MOT2BIN.EXE %1 tempabi.bin /q
UUREM tempabi.bin
Now, simply enter
LOADMOT <Motorola file>
at the DOS prompt to load Motorola S-record file into the emulator.
This is also useful if your compiler supports post-processing.
This Example, as well as other Examples, and file conversion utilities
are available at http://www.abi-usa.com/downloads/UTILS/.
IMPORTANT: UUREM application MUST
be executed ONCE without any switches (or arguments) to initialize
and configure the hardware.
|