User`s guide

3–48 SROM Mini-Debugger Command Set
User Commands
xm
The external image to memory (xm) command loads an image into memory.
Control Flags
Not applicable.
Description
The external image to memory command loads an external image into memory. The
first input is the destination address, followed by the number of bytes to load. The
number of bytes should be a multiple of 8 and the starting address should be
quadword aligned. Normally, this command is used by an external utility called
xload.exe (or the unix utility uload), which is connected to the motherboard running
the mini-debugger.
Example
A user can upload an image by typing the starting address and the number of bytes to
upload. In this example, 16 bytes are copied from the SROM port to address
400000.
SROM> xm
A> 400000
D> 10