d (Dump)

Syntax

d [[range]]

Displays the contents of memory in range. The command displays data in the same format as the most recent dump command (d, da, db, dd, or dw).

If no range is given and no previous dump command has been used, the debugger displays bytes starting at the current instruction pointer.