Search a memory range for occurrences of a list of bytes.
Syntax:
┌──────────────────┐ │ │ │ ──── S ──────── addr ──── Ln ────────┬── value ──┬─┴───── └── "string" ──┘
Parameters:
addr
Results & Notes:
The list of values and strings is used as a combined search argument. Only precise matches against the entire search argument are reported. The search is repeated for every byte location in the range specified. If no matches are found then nothing is displayed. Where matches are found the Search command displays a list of storage addresses. For example:
----------------------------------------------------------------------##s ptda_start l1000 "TD" 0030:0000fffe ln 30:fffe 0030:0000fffe os2krnl:TASKAREA:ptda_signature ----------------------------------------------------------------------
If memory is present the storage is updated otherwise an Invalid Address message is generated. If this should happen, valid storage may be paged into memory by means of the .I command..