User`s guide

Table Of Contents
4–6 User Commands
User Commands Quick Reference
cl address Edits memory longwords (32-bit).
cw address Edits memory words (16-bit).
cb address Edits memory bytes (8-bit).
fill start_address,
end_address,
fill_value
Fills the specified memory block with the specified 32-bit
pattern.
copy start_address,
end_address,
destination
Copies a memory range to the specified address.
compare start_address,
end_address,
compare_address
Compares a memory range to a specified address.
dis start_address,
end_address
Displays memory as CPU instructions.
sum start_address,
end_address
Prints a checksum of a memory range.
rl register, iterations,
silent
Reads a longword from a register port in I/O address space.
rw register, iterations,
silent
Reads a word from a register port in I/O address space.
rb register, iterations,
silent
Reads a byte from a register port in I/O address space.
wl register, data,
iterations
Writes a longword to a register port in I/O address space.
ww register, data,
iterations
Writes a word to a register port in I/O address space.
wb register, data,
iterations
Writes a byte to a register port in I/O address space.
mrl address, iterations,
silent
Reads a longword from memory in I/O address space.
mrw address, iterations,
silent
Reads a word from memory in I/O address space.
Table 4–1 Command Summary Table
(Sheet 3 of 7)
Command Parameters Description