beautypg.com

Set config, Step, Set config step – Zilog Z8F0130 User Manual

Page 538

background image

Appendix D. Using the Command Processor

UM013037-1212

514

Zilog Developer Studio II – Z8 Encore!
User Manual

savemem SPACE="<displayed spacename>" FORMAT=

"<[PATH\]name>"

[STARTADDRESS="<hexadecimal address>"]

[ENDADDRESS="<hexadecimal address>"]

If

STARTADDRESS

and

ENDADDRESS

are not specified, all of the memory contents of a

specified space are saved.

For example:

savemem SPACE="RDATA" FORMAT=BIN "c:\temp\file.bin"

STARTADDRESS="20" ENDADDRESS="100"

savemem SPACE="ROM" FORMAT=HEX "c:\temp\file.hex"

savemem SPACE="ROM" FORMAT=TEXT "c:\temp\file.txt"

STARTADDRESS="1000" ENDADDRESS="2FFF"

set config

The

set config

command activates an existing build configuration for or creates a new

build configuration in the currently loaded project. The syntax of the

set config

com-

mand is:

set config

"config_name" ["copy_from_config_name"]

The

set config

command performs the following tasks:

Activates config_name if it exists.

Creates a new configuration named config_name if it does not yet exist. When com-
plete, the new configuration is made active. When creating a new configuration, the
Command Processor copies the initial settings from the copy_from_config_name
parameter, if provided. If not provided, the active build configuration is used as the
copy source. If config_name exists, the copy_from_config_name parameter is ignored.

The active/selected configuration is used with commands such as

option tool

name="value"

and

build

.

step

The

step

command performs a single step (stepover) from the current location of the pro-

gram counter. If the count is not provided, a single step is performed. This command starts
a debug session if one has not been started. The syntax of the

step

command is:

step

Note: