User`s guide

SROM Mini-Debugger Command Set 3–25
User Commands
SROM> bm
A> 3ffff7
A> 40005f
00000000.003ffff0: fff0ffff.fff0ff7d
00000000.003ffff8: fff0ffff.fff0ffff
00000000.00400000: 01234567.89abcdef
00000000.00400008: 01234567.89abcdef
00000000.00400010: 01234567.89abcdef
00000000.00400018: 01234567.89abcdef
00000000.00400020: 01234567.89abcdef
00000000.00400028: 01234567.89abcdef
00000000.00400030: 01234567.89abcdef
00000000.00400040: 01234567.89abcdef
00000000.00400048: 00000000.00000000
00000000.00400050: 00000000.00000000
The write address flag allows for unique data to be written to each memory location.
This can be useful in debugging memory problems.
SROM> qw
QW OFF
SROM> wa
Wrt Addr ON
SROM> fm
A> 400000
A> 400020
SROM> bm
A> 400000
A> 400024
00000000.00400000: 00400000
00000000.00400004: 00400004
00000000.00400008: 00400008
00000000.0040000c: 0040000c
00000000.00400010: 00400010
00000000.00400014: 00400014
00000000.00400018: 00400018
00000000.0040001c: 0040001c
00000000.00400020: 89abcdef
Sometimes, it is useful to have alternating patterns written to adjacent memory
locations. The negate data flag (!d) can be helpful then.