English
Language : 

M68ICS05C Datasheet, PDF (150/250 Pages) –
DEBUGGING COMMAND SET
DUMP
Dump Memory to Screen
The DUMP command sends contents of a block of memory to the status window, in bytes,
words, or longs. The optional variant specifies whether to fill the block in bytes (.B, the default),
in words (.W), or in longs (.L).
NOTE
When you enter the DUMP command, sometimes the memory
contents scroll through the debug window too rapidly to view.
Accordingly, you can either the LF command to record the memory
locations in a logfile, or use the scroll bars in the status window.
Syntax:
DUMP [.B | .W | .L] <startrange> <endrange> [<n>]
where:
<startrange>
<endrange>
<n>
Beginning address of the memory block.
Ending address of the memory block (range).
Optional number of bytes, words, or longs to be written on one
line.
Examples:
DUMP C0 CF
DUMP.W 300 37S
DUMP.B 200 300
Dump array of RAM values, in bytes.
Dump ROM code in address 300-37S in words.
Dump contents of addresses 200-300 in rows of eight bytes.
7-34
M68ICS05COM/D