User`s manual

t167 Test Program
E-10 Single Board Computers SCSI Software UserÕs Manual
E
Display Data Buffer Contents
The contents of the data buffer pointed to by the current SDL control structure
are displayed, in the format shown below. The first and last addresses of the
selected buffer are also displayed.
Data buffer contents display example:
offset is number of bytes from beginning of buffer at which buffer display is to
begin.
length is total number of bytes to display. This value is always limited
internally to at most the number of bytes from offset to the end of the selected
buffer.
Options:
Display/Set Test Serial Number
This menu item does not perform any useful action.
Reset SCSI Bus
This menu item does not perform any useful action.
Offset Hexadecimal Value ASCII Equivalent
db[0]: First address = 0x1fbdca0 Last address = 0x1fbe09f
60 60 61 62 63 64 65 66 67 68 69 6A 6B 6C 6D 6E 6F `abcdefghijklmno
70 70 71 72 73 74 75 76 77 78 79 7A 7B 7C 7D 7E 7F pqrstuvwxyz{|}~.
Command format: dspdb [-c] [-bbuffer] <offset> <length>
-bbuffer Display contents of buffer (default: current data buffer)
-c Display buffer contents continuously. Unless this option is selected,
the data buffer contents is displayed in 256-byte blocks.