Zilog ZUSBOPTS Instrukcja Użytkownika Strona 262

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 261
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
Przeglądanie stron 261
1 2 ... 257 258 259 260 261 262 263 264 265 266 267 ... 519 520

Komentarze do niniejszej Instrukcji

Brak uwag