Zilog EZ80F916 User Manual
Page 80

UM014423-0607
Using the Integrated Development Environment
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
60
Includes
The Includes field allows you to specify the series of paths for the assembler to use when
searching for include files. The assembler first checks the current directory, then the paths
in the Includes field, and finally on the default ZDS II include directories.
The ZDS II default include directories is
<ZDS Installation Directory>
\include\std
where <ZDS Installation Directory> is the directory in which ZiLOG Developer Studio
was installed. By default, this would be
C:\Program
Files\ZiLOG\ZDSII_eZ80Acclaim!_<version>
, where <version> might be
4.11.0
or
5.0.0.
Defines
The Defines field is equivalent to placing <symbol>
EQU
<value> in your assembly
source code. It is useful for conditionally built code. Each defined symbol must have a
corresponding value (<name>=<value>). Multiple symbols can be defined and must be
separated by commas.
Generate Assembly Listing Files (.lst)
When selected, the Generate Assembly Listing Files (.lst) check box tells the assembler to
create an assembly listing file for each assembly source code module. This file displays
the assembly code and directives, as well as the hexadecimal addresses and op codes of
the generated machine code. The assembly listing files are saved in the directory specified
by the Intermediate Files Directory field in the General page (see “Intermediate Files
Directory” on page 59). By default, this check box is selected.
Expand Macros
When selected, the Expand Macros check box tells the assembler to expand macros in the
assembly listing file.
Page Length
When the assembler generates the listing file, the Page Length field sets the maximum
number of lines between page breaks. The default is 56.
Page Width
When the assembler generates the listing file, the Page Width field sets the maximum
number of characters on a line. The default is 80; the maximum width is 132.