List, Nolist, List nolist – Zilog ZUSBOPTS User Manual
Page 262

Directives
UM017105-0511
234
Zilog Developer Studio II – ZNEO™
User Manual
Synonyms
.include
,
.copy, COPY
Syntax
<include_directive> =>
INCLUDE
[<string_const>]
Examples
INCLUDE "calc.h" ; include calc header file
INCLUDE "\test\calc.h" ; contains a path name
INCLUDE calc.h ; ERROR, use string constant
LIST
Instructs the assembler to send output to the listing file. This mode stays in effect until a
NOLIST
directive is encountered. No operand field is allowed. This mode is the default
mode.
Synonyms
.list
,
.LIST
Syntax
<list_directive> =>
LIST
Example
LIST
NOLIST
NOLIST
Turns off the generation of the listing file. This mode remains in effect until a
LIST
directive is encountered. No operand is allowed.
Synonym
.NOLIST
Syntax
<nolist_directive> =>
NOLIST
Example
LIST
NOLIST