User`s guide

3–32 SROM Mini-Debugger Command Set
User Commands
SROM> fm
A> 400000 ! First block gets written with data pattern.
A> 400010
A> 500000 ! Second block also gets written with the same data pattern.
D> abcdef
SROM> bm
A> 500000 ! Read from this block.
A> 500010
A> 600000 ! Write to this block.
00000000.00500000: 00abcdef
00000000.00500004: 00abcdef
00000000.00500008: 00abcdef
00000000.0050000c: 00abcdef
SROM> fw
FollowWr OFF
SROM> bm
! This shows that a copy function has taken place.
A> 600000
A> 600010
00000000.00600000: 00abcdef
00000000.00600004: 00abcdef
00000000.00600008: 00abcdef
00000000.0060000c: 00abcdef