Delete config, Examine (?) for expressions, Delete config examine (?) for expressions – Zilog EZ80F916 User Manual
Page 417

UM014423-0607
Using the Command Processor
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
397
defines assembler add "_TRACE=1"
defines assembler replace "_TRACE" "_NOTRACE"
defines assembler replace "_TRACE=1" "_TRACE=0"
defines compiler remove "_NOTRACE"
delete config
The
delete config
command deletes the given existing project build configuration.
The following is the syntax of the
delete config
command:
delete config "<config_name>"
If <config_name> is active, the first remaining build configuration, if any, is made active.
If <config_name> does not exist, no action is taken.
For example:
delete config "MyDebug"
examine (?) for Expressions
The examine command evaluates the given expression and displays the result. It accepts
any legal expression made up of constants, program variables, and C operators. The exam-
ine command takes the following form:
? [<
data_type
>] [<
radix
>] <
expr
> [:<
count
>]
short
int
[eger]
long
ascii
asciz
dec
[imal]
hex
[adecimal]
oct
[al]
bin
[ary]
Omitting a
$data_type
or
$radix
pseudo-
variable, respectively.
[:
The following are examples:
? x
shows the value of x using
$data_type
and
$radix
.
? ascii STR