Zilog ZUSBOPTS Bedienungsanleitung Seite 401

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 520
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 400
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 Load a
File into Memory – see page 335). The following example presents the syntax of the
loadmem command:
loadmem SPACE="<displayed spacename>" FORMAT=<HEX | BIN |TEXT>
"<[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
Seitenansicht 400
1 2 ... 396 397 398 399 400 401 402 403 404 405 406 ... 519 520

Kommentare zu diesen Handbüchern

Keine Kommentare