◄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. -♦-