dw (Display Words)

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.

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.

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

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