Skip to main content

IAR Embedded Workbench for Arm 9.70.x

Listing control directives

In this section:
Syntax

COL columns

LSTCND{+|-}

LSTCOD{+|-}

LSTEXP{+|-}

LSTMAC{+|-}

LSTOUT{+|-}

LSTPAG{+|-}

LSTREP{+|-}

LSTXRF{+|-}

PAGE

PAGSIZ lines

Parameters

columns

An absolute expression in the range 80 to 132. The default is 80.

lines

An absolute expression in the range 10 to 150. The default is 44.

Description

These directives provide control over the assembler list file:

Directive

Description

COL

Sets the number of columns per page.

LSTCND

Controls conditional assembly listing.

LSTCOD

Controls multi-line code listing.

LSTEXP

Controls the listing of macro-generated lines.

LSTMAC

Controls the listing of macro definitions.

LSTOUT

Controls assembly-listing output.

LSTPAG

Controls the formatting of output into pages.

LSTREP

Controls the listing of lines generated by repeat directives.

LSTXRF

Generates a cross-reference table.

PAGE

Generates a new page.

PAGSIZ

Sets the number of lines per page.

Table 152. Listing control directives