Zilog ZUSBOPTS Manual do Utilizador Página 410

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 409
Supported Script File Commands UM017105-0511
382
Zilog Developer Studio II – ZNEO™
User Manual
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 following example presents the
syntax of the
set config command:
set config "config_name" ["copy_from_config_name"]
The set config command performs the following functions:
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 following example presents the syntax of
the
step command:
step
stepin
The stepin command steps into the function at the PC. If there is no function at the cur-
rent PC, this command is equivalent to
step. This command starts a debug session if one
has not been started. The following example presents the syntax of the
stepin command:
stepin
Note:
Vista de página 409
1 2 ... 405 406 407 408 409 410 411 412 413 414 415 ... 519 520

Comentários a estes Manuais

Sem comentários