List bp, Loadmem, List bp loadmem log – Zilog ZUSBOPTS User Manual
Page 401: Enabled (see the, Log command

UM017105-0511
Supported Script File Commands
Zilog Developer Studio II – ZNEO™
User Manual
373
The following list presents examples:
go
go myfunc
list bp
The
list bp
command displays a list of all of the current breakpoints of the active file.
The following example presents the syntax of the
list bp
command:
list bp
loadmem
The
loadmem
command loads the data of an Intel hex file, a binary file, or a text file to a
specified memory space at a specified address. The functionality is similar to the Load
from File command available from the context menu in the Memory window (see
– see page 335). The following example presents the syntax of the
loadmem
command:
loadmem SPACE="<displayed spacename>" FORMAT=
"<[PATH\]name>"
[STARTADDRESS="<hexadecimal address>"]
If
STARTADDRESS
is not specified, the data is loaded at the memory lower address.
For example:
loadmem SPACE="RDATA" FORMAT=BIN "c:\temp\file.bin"
STARTADDRESS="20"
loadmem SPACE="ROM" FORMAT=HEX "c:\temp\file.hex"
loadmem SPACE="ROM" FORMAT=TEXT "c:\temp\file.txt"
STARTADDRESS="1000"
log
The
log
command manages the IDE’s logging feature. The
log
command can take one of
three forms:
•
log "<[path\]filename>" [APPEND]
sets the path and file name for the log file. If
APPEND
is not provided, an existing log
file with the same name is truncated when the log is next activated.
•
log on
activates the logging of data
•
log off
deactivates the logging of data