User`s guide

3–14 SROM Mini-Debugger Command Set
User Commands
di
The display (di) command enables or disables the display of data to the screen by
toggling the display flag.
Control Flags
Not applicable.
Description
When the display flag is enabled, the examine commands print the data obtained.
When it is disabled, the read operations still take place but the data is not displayed.
The cm and mt commands, which produce read operations of their own, ignore the
state of this flag and always display the data if there is a mismatch.
The default state is on.
Example
In the following example, the em command performs a read operation and displays
the data read in because the display flag is enabled. However, when the flag is
disabled, the read operations performed by the bm command are not echoed to the
screen.
SROM> em
A> 500000
00000000.00500000: ffffffff
SROM> di
Disp OFF
SROM> bm
A> 500000
A> 500010