Chapter 14 Reading List Files

Supplemental information

A line number can provide additional information in the form of preceding periods and the suffixes X or +.

“.”

Line numbers preceding by a period indicate that the line was included by an include

 

directive. The number of periods indicate the nesting levels of include directives. For

 

example, “.” means the line was included by an include directive that itself was within an

 

include file.

.10 #include

..10 #include, #include

...10 #include, #include, #include

If the Li option is added when the assembler is invoked, output of lines included by include directives will be suppressed.

XThe suffix on the line number indicates a line that the assembler ignores and does not process. During conditional assembly this is used for lines in the block of the unfulfilled condition.

If the Lc option is added when the assembler is invoked, output of blocks of unfulfilled conditions will be suppressed.

+Line numbers followed by a plus sign indicate the line was a result of macro expansion. In addition to macro expansions defined by macro directives, a plus sign is added to expansions by irp and rept directives.

Reading List Files 269

Page 281
Image 281
Panasonic MN1030 user manual Supplemental information