User`s guide

Table Of Contents
User Commands 4–5
User Commands Quick Reference
romboot type, address Loads the specified image from ROM and begins
execution.
romlist none Lists the ROM image headers contained in ROM.
romverify type, address Compares an image in memory to an image in ROM.
bootadr address Sets default boot address.
bootopt type Selects the operating system and firmware type to be used
on the next power-up.
go start_address Starts execution at the specified address.
jtopal start_address Starts execution at the specified address in PALmode.
init none Reinitializes the Debug Monitor.
Examine and Modify Memory Commands
eml address, iterations,
silent
Displays longword data at the specified memory address.
emq address, iterations,
silent
Displays quadword data at the specified memory address.
dml address, data,
iterations
Deposits the specified longword data in the specified
memory address.
dmq address, data,
iterations
Deposits the specified quadword data in the specified
memory address.
pq start_address,
end_address,
iterations, silent
Prints memory in quadword (64-bit) format.
pl start_address,
end_address,
iterations, silent
Prints memory in longword (32-bit) format.
pw start_address,
end_address,
iterations, silent
Prints memory in word (16-bit) format.
pb start_address,
end_address,
iterations, silent
Prints memory in byte (8-bit) format.
cq address Edits memory quadwords (64-bit).
Table 4–1 Command Summary Table
(Sheet 2 of 7)
Command Parameters Description