Hca.geocities.com/JLABELLE@rogers.com/nsasm/docs/c6093.htmlca.geocities.com/JLABELLE_rogers.com/nsasm/docs/c6093.htmldelayedxmJmOKtext/html@'mb.HTue, 07 Dec 2004 00:50:15 GMT.Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)en, *mJmInvocation

Chapter 18. Invocation

Table of Contents
options
error level return
error messages

promcop.exe cofffile [/output=filename] [/format=hex [=nofill | =value]] [/define=econ [=value]]

where:

cofffile cofffile is a linker COFF file to process. The default extension is .cof.
/output /output specifies the output filename. If the name is given without an extension, a default extension of .hex is used.
/format=hex This option indicates that one hex file is generated containing all the data bytes from the COFF file. The default output file name is coffile.hex. By default, unused bytes are filled with zero up to ROM range. The nofill option prevents filling unused bytes. The fill=value option fills unused bytes with the specified byte value.
/define=econ This option directs promcop to include an value for the ECON register in the hex file.

options

Options may be specified before and/or after the COFF filename. Each option consists of a "/" followed by the option. Only the first letter of the option name is required (/o,/f and /d are the short forms). Multiple options need not be separated by blanks. The option letters may be upper or lower case.