CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Search Memory (Example)
 Summary Description Notes             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
          >S buffer L 1500 "error"
          2BBA:0404
          2BBA:05E3
          2BBA:0604
          >
 
     The example above displays the address of each memory location
     containing the string error. The command searches the first
     1,500 bytes at the address specified by buffer. The string was
     found at the three addresses displayed by CodeView.
 
          >S DS:100 200 A ;* hexadecimal radix assumed
          3CBA:0132
          3CBA:01C2
          >
 
     The example above displays the address of each memory location
     that contains the byte value 0A in the range DS:0100 to DS:0200;
     hexadecimal is assumed to be the default radix. The value was
     found at two addresses.
                                    -♦-