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–32 SROM Mini-Debugger Command Set
User Commands
SROM> fm
A> 400000 ! First block gets written with data pattern.
A> 400010
A> 500000 ! Second block also gets written with the same data pattern.
D> abcdef
SROM> bm
A> 500000 ! Read from this block.
A> 500010
A> 600000 ! Write to this block.
00000000.00500000: 00abcdef
00000000.00500004: 00abcdef
00000000.00500008: 00abcdef
00000000.0050000c: 00abcdef
SROM> fw
FollowWr OFF
SROM> bm
! This shows that a copy function has taken place.
A> 600000
A> 600010
00000000.00600000: 00abcdef
00000000.00600004: 00abcdef
00000000.00600008: 00abcdef
00000000.0060000c: 00abcdef