beautypg.com

Zilog Z8F0130 User Manual

Page 103

background image

UM013037-1212

Project Menu

Zilog Developer Studio II – Z8 Encore!

User Manual

79

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 project. All source lines are duplicated in
this file, as are any errors encountered by the compiler.

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 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-

Figure 53. Listing Files Page of the Project Settings Dialog Box