User`s guide

Table Of Contents
4–142 User Commands
User Commands
sb
sb
The sb command searches memory by bytes (8-bit).
Format
sb start_address end_address string [inverse]
Parameters
start_address
Specifies the address at which to begin the search.
end_address
Specifies the address at which to end the search.
string
Specifies the search string.
inverse
Specifies whether to search for a matching string (0) or a nonmatching string (1).
The default is 0 (search for a matching string).
Description
The sb command searches memory by byte chunks for the specified string. You can
use an asterisk (*) as a wildcard character for single-character matching.