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

SROM Mini-Debugger Command Set 3–41
User Commands
sb
The set base (sb) command defines the base address to be added to user-specified
addresses when the base flag is enabled.
Control Flags
Not applicable.
Description
Using a base address is convenient when examining or depositing of the same
address frame is needed (particularly when the high-order bits of the address must be
set). The base address entered with the set base command is added to the addresses
entered in any subsequent examine or deposit commands, saving the user some
typing. This command always enables the base flag.
Example
To access a flash ROM part that responds to addresses 3.FFF80000 through
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