
dump <hexaddress | .> [range]

     The dump command shows memory in hex and ascii. Hex-address is a
32-bit value split into page address and page offset. A splitting
colon may be supplied.  If decimal-range is not given , 128
bytes  are  displayed.  'dump .' displays memory starting at the end
of a previous dump command.  This command is primarily useful for
debugging.

     Example:

          dump 12fe0008
          dump 12fe:8

     are equivalent.
