User`s guide

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