User`s manual

Examples
To program 3 2716’s from a binary file that contains 1093H bytes:
<xxxx>MB
2716>^F
Enter Command line —>TEST.BIN[%0,@0-7FF<cr>
Causes PGMX to look for a file called TEST.BIN on the disk, and when
found start sending from relative offset location 0 within TEST.BIN to
locations 0 through 7FFh within the eprom. The number of bytes sent
is the number of bytes between 0 to 7FFh inclusive. If you dont specify
boundaries, you will “Wrap Around to location 000H at location 800H
because you are still sending data to the programmer through PGMX.
<2716>^F
Enter Command Line––>TEST.BIN [%800,@0–7FF<cr>
Causes PGMX to look for a file called TEST.BIN on the disk, and when
found start sending from relative offset 800H from within TEST.BIN to
locations 0 to 7FFh within the eprom.
<2716>^F
Enter Command line––>TEST.BIN [%1000,@0–7FF<cr>
Causes PGMX to look for a file called TEST.BIN on the disk and when
found start sending from relative offset 1000H from within the TEST.BIN
to locations 0 through 7FFh within the eprom. However, the program
will terminate when it encounters the end of the file you are sending
from, since there are only 94H bytes left in the file TEST.BIN to send.
Reading an eprom to a disk file is accomplished with the ’R option.
C>pgmx filename [r<cr>
Results in reading the selected eprom to the Intel hex disk file,
FILENAME.HEX.
C>pgmx filename [r,%<cr>
Results in reading the selected eprom to a binary disk file whose name
is FILENAME. (no extension was specified.). Notice an offset value
included with the % has no meaning during a read operation. Use the
@ command to read between specified locations within an eprom.
C>pgmx [tn,ma<cr>
<2716>MA
<2758>
Chapter 9 Commands Model 9000
Page 42