Skip to main content

IAR Embedded Workbench for RL78 5.20

-f

In this section:
Syntax
-f filename 
Parameters

filename

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 Specifying parameters.

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:

iasmrl78 prog -f extend.xcl
See also

-f and Extended command line file.

Caution

To set this option, use:

Project>Options>Assembler>Extra Options