User`s guide
Table Of Contents
- Contents
- Tables
- Preface
- Introduction
- Getting Started
- 2.1 Overview
- 2.2 Hardware Required
- 2.3 Hardware Debug Features
- 2.4 Setting Up the SROM Serial Port Connection
- 2.5 Starting and Running the Mini-Debugger
- 2.6 Sample Session on the EB64
- 2.7 Sample Session on the EB64+ and the AlphaPC 6...
- 2.8 Sample Session on the EB66 and EB66+
- 2.9 Sample Session on the EB164
- 2.10 Sample Session on the AlphaPC 164
- 2.11 Sample Session on the AlphaPC 164LX
- 2.12 Onboard Machine Check Handler
- SROM Mini-Debugger Command Set
- Support, Products, and Documentation
- Index

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