Cprog 08
Cprog 08
Introduction
2. Startup
[?] Use the '?' character option to cause the commandline programmer
to wait and display the result of programming in the PROG
window. If the user does not use a batch file to test errorlevel,
this provides a method to display the programming result.
This option should be the FIRST commandline option.
[/b(n)] Sets the baud rate between the ICS08 board and the
PC to (n) baud, where (n) is 4800, 9600, 14400,
19200, or 28800. The initial default rate is 9600.
Thereafter, the default is the last rate used in a
debug session. Example: /b9600
3. Commands
Commands all start with a two character sequence followed by white space
(blanks or tabs). Lines starting with characters which are not commands
are listed as REMarks. The values for starting, ending, byte, word, user_par
and base_address are given in hexadecimal. The term filename means a full
DOS path to a file. Commands use the same two letter codes as used in the
interactive programmers PROG08. The same .08P files used by PROG08 are
used to set up for a particular device to be programmed. If a user function
is specified for a particular device, it's two character command and the
meaning or user_par are specified in the .08P file.
DOS error returns are provided so they may be tested in .BAT files. The
error codes used are:
The programming script file should be a pure ASCII file with one command per line.
An example is:
6. Information