memload

Arguments
[srec | raw] [-wsize] 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.
size
The size in bytes of the individual memory writes. The value must be 1, 2, or 4. The default is 1 byte. length must be a multiple of size.

If start and length are omitted, then the values specified when the file was created is used. If srec is specified, then start and length are ignored, and the file is read as a Motorola S-Records file. If srec is not specified, then the file is read as a MULTI specific binary file created by memdump. See memdump.

If raw is specified, load a binary file, starting at the first byte of the file, and continuing for length bytes. start must be specified. length defaults to the length of the file, but may be overridden.

You can interrupt this command with the Esc key.


Previous

Next



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