Figure 50 – Zilog ZUSBOPTS User Manual
Page 82

Menu Bar
UM017105-0511
54
Zilog Developer Studio II – ZNEO™
User Manual
Generate C Listing Files (.lis).
When selected, the
Generate C Listing Files (.lis)
checkbox tells the compiler to create a listing file for each C source code file in your proj-
ect. All source lines are duplicated in this file, as are any errors encountered by the com-
piler.
With Include Files.
When this checkbox 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 checkbox is selected, the compiler gener-
ates, for each C source code file, a corresponding file of assembler source code. In this file
(which is a legal assembly file that the assembler will accept), the C source code (com-
mented out) is interleaved with the generated assembly code and the compiler-generated
assembly directives. This file is placed in the directory specified by the
Intermediate
Figure 50. (Listing Files Page of the Project Settings Dialog Box)