DEBUG MONITOR COMMANDS
M68CPU32BUG/D REV 1
3-11
BS
Block of Memory Search
BS
In all three modes information on matches is output to the screen in a four-column format. Only
24 lines of matches are displayed on the screen at a time. A message prints at the bottom of the
screen indicating there are more lines to display. Press any character key to resume output. Press
the BREAK key to cancel the output and exit the command.
If a match (or a mismatch in the case of Mode 3) is found with a series of bytes of memory
whose beginning is within and end is outside of the range, then that match and a message is
output stating that the last match does not lie entirely within the range. The user may search non-
contiguous memory with this command without causing a Bus Error.
EXAMPLES
Assume the following data is in memory.
00003000 0000 0045 7272 6F72 2053 7461 7475 733D ...Error Status=
00003010 3446 2F2F 436F 6E66 6967 5461 626C 6553 4F//ConfigTableS
00003020 7461 7274 3A00 0000 0000 0000 0000 0000 tart:...........
CPU32Bug>BS 3000 302F ’Task Status’<CR>
Effective address: 00003000
Mode 1: the string is not found, so a
Effective address: 0000302F
message is output.
-not found-
CPU32Bug>BS 3000 302F ’Error Status’<CR>
Effective address: 00003000
Mode 1: the string is found, and the
Effective address: 0000302F
address of its first byte is output.
00003003
CPU32Bug>BS 3000 301F ’ConfigTableStart’<CR>
Effective address: 00003000
Mode 1: the string is found, but it ends
Effective address: 0000301F
outside of the range, so the address of
00003014
its first byte and a message are output.
-last match extends over range boundary-
CPU32Bug>BS 3000:30 ’t’ ;B<CR>
Effective address: 00003000
Mode 1, using <RANGE> with count
Effective count : &48
and size option: count is displayed in
0000300A 0000300C 00003020 00003023
decimal, and address of each occur-
rence of the string is output.
Содержание M68CPU32BUG
Страница 16: ...GENERAL INFORMATION M68CPU32BUG D REV 1 1 8 ...
Страница 30: ...DEBUG MONITOR DESCRIPTION M68CPU32BUG D REV 1 2 14 ...
Страница 102: ...DEBUG MONITOR COMMANDS M68CPU32BUG D REV 1 3 72 ...
Страница 168: ...DIAGNOSTIC FIRMWARE GUIDE M68CPU32BUG D REV 1 6 24 ...