Chapter 5 Using Asssembler
76 Command Options
5.3.3 Preprocessor Options
Functional Description
Trace from the directory that specifies the include file in the assembler source file. If the absolute path
starting with ā€œ/ā€ is written, tis option is invalid. Assembler traces the include file from the directory as
follows.
1. Directory contains assembler source file
2. Directory specified with -I option.
Rules of Use
This option is specified with the hyphen(-) option specification character, followed by the upper-case
letter ā€˜Iā€™, then either immediately followed by the path name or a space and the path name.
as103 -I/user/defs main.asm
Default Specification
If not specifying this option, the assembler traces the directory (1) written above.
I path_name Specify the trace directory of the include file.