-f
In this section:
Syntax
-f filename Parameters
| The commands that you want to extend the command line with are read from the specified file. Notice that there must be a space between the option itself and the filename. |
For information about specifying a filename, see Using command line assembler options.
Description
Use this option to extend the command line with text read from the specified file.
The -f option is particularly useful if there are many options which are more conveniently placed in a file than on the command line itself.
Example
To run the assembler with further options taken from the file extend.xcl, use:
iasmarm prog -f extend.xclSee also
-f and Extended command line file.
Caution
To set this option, use:
Project>Options>Assembler>Extra Options