Skip to main content

IAR Embedded Workbench for RH850 3.20.x

-l

In this section:
Syntax
-l[a|A|b|B|c|C|D][N][H] {filename|directory}
Parameters

a

Assembler list file

A

Assembler list file with C or C++ source as comments

b

Basic assembler list file. This file has the same contents as a list file produced with -la, except that no extra compiler-generated information (runtime model attributes, call frame information, frame size information) is included *

B

Basic assembler list file. This file has the same contents as a list file produced with -lA, except that no extra compiler-generated information (runtime model attributes, call frame information, frame size information) is included *

c

C or C++ list file

C (default)

C or C++ list file with assembler source as comments

D

C or C++ list file with assembler source as comments, but without instruction offsets and hexadecimal byte values

N

No diagnostics in file

H

Include source lines from header files in output. Without this option, only source lines from the primary source file are included

* This makes the list file less useful as input to the assembler, but more useful for reading by a human.

See also Rules for specifying a filename or directory as parameters.

Description

Use this option to generate an assembler or C/C++ listing to a file.

Note

This option can be used one or more times on the command line.

Caution

To set related options, choose:

Project>Options>C/C++ Compiler>List