beautypg.com

Zilog Z8F0130 User Manual

Page 510

background image

Appendix C. Running ZDS II from the Command Line

UM013037-1212

486

Zilog Developer Studio II – Z8 Encore!
User Manual

-nolist

Does not produce a source listing. All errors are identified on the console. This is
the default.

-nolistinc

Does not show include files in the compiler listing file. This is the default.

-nooptlink

Sets the call frame as dynamic. This is the default.

-nopromote

Turns off ANSI promotion. The –nopromote option is deprecated.

-noquiet

Displays the title information. This is the default.

-noreduceopt

Perform all of the optimizations. This is the default.
Note: Debugging is allowed when this option is selected. With -noredeuceopt
and

–debug

, the program can still be debugged, but it might be limited in some cases

-noregvar

Turns off the use of register variables.

-optlink

Sets the call frame as static.

-promote

Turns on ANSI promotion. This is the default.

-quiet

Suppresses title information that is normally displayed to the screen. Errors and
warnings are still displayed.

-reduceopt

Reduces optimization for easier debugging. The default is noreduceopt.
Note: Debugging is allowed when this option is not selected. With -
noredeuceopt

and –debug, the program can still be debugged, but it might be

limited in some cases.

-regvar[:val]

Specifies the number of registers used for variables. The default is 8 registers.

Table 58. Compiler Command Line Options (Continued)

Option Name

Description