dw

dw[range]

The dw command displays the hexadecimal values of the words at a given address or in a given range of addresses.

The command displays one or more lines, depending on the range given. Each line displays the address of the first word in the line, followed by up to eight hexadecimal word values. The hexadecimal values are separated by spaces. The command displays values until the end of the range or until the first 64 words have been displayed.

Typing dw displays 64 words at the current dump address. For example, if the last word in the previous dw command was displayed at address 04BA:0110, the next display will start at 04BA:0112.

Parameters

range

Specifies the range of addresses to display. If you omit range, 64 words are displayed beginning at the first address after the address displayed by the previous dw command.

Example

The following example displays the word values from CS:100 to CS:110:

dw CS:100 110

The resulting display is similar to the following:

04BA:0100 2041 7473 6972 676E 0104 5404 7865 0A0D
04BA:0110 002E