User`s guide

SROM Mini-Debugger Command Set 3–21
User Commands
em
The examine memory (em) command reads data from one memory location.
Control Flags
!d (negate data flag)
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 examine memory command reads data from the specified memory location and
displays it on the screen if the display (di) flag is enabled. Depending on the state of
the quadword data flag, 32 or 64 bits will be displayed.
Example
The following example shows output from an em command:
SROM> di ! Enable display mode
Disp ON
SROM> qw
! Reads are performed 64-bits at a time.
QW ON
SROM> lo
! Repeat operation until a key is pressed.
Loop ON
SROM> em
! Repeat read until a key is pressed.
A> 3fff80000
00000003.fff80000: a5a53c3c.5a5ac3c3
00000003.fff80000: a5a53c3c.5a5ac3c3
00000003.fff80000: a5a53c3c.5a5ac3c3
00000003.fff80000: a5a53c3c.5a5ac3c3
00000003.fff80000: a5a53c3c.5a5ac3c3
! (key pressed)