beautypg.com

Zilog EZ80F916 User Manual

Page 422

background image

UM014423-0607

Using the Command Processor

ZiLOG Developer Studio II

eZ80Acclaim!

®

User Manual

402

where

expr is (<option name> = <option value>)

For example:

option assembler debug = TRUE
option compiler debug = TRUE keeplst = TRUE
option debugger readmem = TRUE
option linker igcase = "FALSE"
option linker code = 0000-FFFF
option general cpu=ez80F91

NOTE: Many of these script file options are also available from the command line. For

more details, see “Running ZDS II from the Command Line” on page 379.

The following table lists some command line examples and the corresponding script file
commands.

The following script file options are available:

“Assembler Options” on page 403

“Compiler Options” on page 403

“Debugger Options” on page 404

“General Options” on page 404

“Librarian Options” on page 405

“Linker Options” on page 405

“ZSL Options” on page 406

Table 18. Command Line Examples

Script File Command Examples

Corresponding Command Line Examples

option compiler keepasm = TRUE

eZ80cc -keepasm

option compiler keepasm = FALSE

eZ80cc -nokeepasm

option compiler const = RAM

eZ80cc -const:RAM

option assembler debug = TRUE

eZ80asm -debug

option linker igcase = "FALSE"

eZ80link -NOigcase

option librarian warn = FALSE

eZ80lib -nowarn

This manual is related to the following products: