Zilog EZ80F916 User Manual
Page 84

UM014423-0607
Using the Integrated Development Environment
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
64
Figure 50. Listing Files Page of the Project Settings Dialog Box
Generate C Listing Files (.lis)
When selected, the Generate C Listing Files (.lis) check box tells the compiler to create a
listing file for each C source code file in your project. All source lines are duplicated in
this file, as are any errors encountered by the compiler.
With Include Files
When this check box is selected, the compiler duplicates the contents of all files included
using the
#include
preprocessor directive in the compiler listing file. This can be helpful
if there are errors in included files.
Generate Assembly Source Code
When this check box is selected, the compiler generates, for each C source code file, a cor-
responding file of assembler source code. In this file (which is a legal assembly file that
the assembler will accept), the C source code (commented out) is interleaved with the gen-
erated assembly code and the compiler-generated assembly directives. This file is placed