User`s guide

SROM Mini-Debugger Command Set 3–39
User Commands
qw
The quadword (qw) command enables or disables the quadword data flag.
Control Flags
Not applicable.
Description
The quadword command changes the state of the quadword data flag. When the
quadword data flag is enabled, all operations are performed on 64-bit data. When off,
only 32 bits of data are used.
The default state is off.
Example
In this example, the first bm command loads 32 bits of data using the ldl/p
instruction from addresses 3.FFF80000, 3.FFF80004, 3.FFF80008, and
3.FFF8000C. After quadword mode is enabled, the same command performs only
two 64-bit loads of data using the ldq/p instruction from addresses 3.FFF80000 and
3.FFF80008.
SROM> bm
A> 3fff80000
A> 3fff80010
00000003.fff80000: 5a5ac3c3
00000003.fff80004: a5a53c3c
00000003.fff80008: 00000038
00000003.fff8000c: 00006579
SROM> qw
QW ON
SROM> bm
A> 3fff80000
A> 3fff80010
00000003.fff80000: a5a53c3c.5a5ac3c3
00000003.fff80008: 00006579.00000038