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–6 SROM Mini-Debugger Command Set
User Commands
ba
The base address flag (ba) command enables or disables the use of the base address
set with the set base (sb) command. It does this by toggling the base address flag.
Control Flags
Not applicable.
Description
When the base address flag is enabled, the address entered with the sb command is
added to addresses entered in any subsequent examine or deposit command.
The default state is off.
Example
To access addresses in the following range, 3.FFF80000 to 3.FFFFFFFF, it may be
more convenient to enter its base address and work with offsets, rather than typing
the absolute address every time.
SROM> sb
A> 3fff80000
00000003.fff80000
BaseAddr ON
SROM> bm
A> 0
A> 10
00000003.fff80000: 5a5ac3c3
00000003.fff80004: a5a53c3c
00000003.fff80008: 00000038
00000003.fff8000c: 00006579
SROM> ba
00000003.fff80000
BaseAddr OFF
SROM> em
A> 400000
00000000.00400000: 00400000