User`s guide

Table Of Contents
4–146 User Commands
User Commands
sl
sl
The sl command searches memory by longwords (32-bit).
Format
sl 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 sl command searches memory by longword chunks for the specified string. You
can use an asterisk (*) as a wildcard character for single-character matching.