Debugging a Program With dbx

Using the dis Command

The dis command is equivalent to the examine command with i as the default display format.

Here is the syntax for the dis command:


dis [addr][/count
]

The dis command without arguments displays 10 instructions starting at the address +. With only a count, the dis command displays count instructions starting at the address +.