memdump

Arguments
[srec | raw] filename start length
srec
Motorola S-Record
raw
Raw binary data
filename
The file to load into memory
start
The starting address in memory to load.
length
How many bytes of data to load into memory, starting at start.

Copies a section of memory to a file named name. start specifies the starting address in memory to copy, and length specifies the number of bytes to copy. If srec is specified, then the file is stored in Motorola S-Record format. If srec is not specified, then the file is stored in a MULTI specific binary format.

Note: This MULTI specific binary format is platform specific. You should only use memload to load the file from the same platform from which you saved the file. See memload.

You can interrupt this command with the Esc key.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.