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–8 SROM Mini-Debugger Command Set
User Commands
bm
The block memory (bm) command displays the data read from a specified range of
addresses.
Control Flags
ba (base address flag)
di (display flag)
fr (follow-with-read flag)
fw (follow-with-write flag)
lo (loop flag)
qw (quadword data flag)
Description
The block memory command reads data from a block of memory locations and
prints it out to the screen if the display flag is enabled. The range is specified by first
entering the starting address, followed by the ending address.
Example
The following example shows a block memory command display:
SROM> wa ! Data for fill memory command
Wrt Addr ON
SROM> qw
! Use quadword writes and 64-bit data.
QW ON
SROM> fm
! Fill range with its own address
A> 400000
A> 400010
SROM> bm
! Display range.
A> 400000
A> 400010
00000000.00400000: 00000000.00400000
00000000.00400008: 00000000.00400008