Fillmem, List bp, Loadmem – Zilog EZ80F916 User Manual
Page 419: Fillmem go list bp loadmem
UM014423-0607
Using the Command Processor
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
399
fillmem
The
fillmem
command fills a block of a specified memory space with the specified
value. The functionality is similar to the Fill Memory command available from the context
menu in the Memory window (see “Fill Memory” on page 297). The following is the syn-
tax of the
fillmem
command:
fillmem SPACE="<displayed spacename>" FILLVALUE="<hexcadecimal value>"
[STARTADDRESS="<hexadecimal address>"] [ENDADDRESS="<hexadecimal address>"]
If
STARTADDRESS
and
ENDADDRESS
are not specified, all the memory contents of a spec-
ified space are filled.
For example:
fillmem SPACE="ROM" VALUE="AA"
fillmem SPACE="ROM" VALUE="AA" STARTADDRESS="1000" ENDADDRESS="2FFF"
go
The
go
command executes the program code from the current program counter until a
breakpoint or, optionally, a symbol is encountered. This command starts a debug session if
one has not been started. The
go
command can take one of the following forms:
•
go
resumes execution from the current location.
•
go
resumes execution at the function identified by
go
command can only be used during a debug session.
The following are 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 is 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 “Load a
File into Memory” on page 299). The following is the syntax of the
loadmem
command:
loadmem SPACE="<displayed spacename>" FORMAT=
[STARTADDRESS="<hexadecimal address>"]