Chapter 5 Using Asssembler

5.3.3Preprocessor Options

I path_name

Specify the trace directory of the include file.

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.

76 Command Options

Page 88
Image 88
Panasonic MN1030 user manual Preprocessor Options, Pathname Specify the trace directory of the include file