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 is not used nor accepted. 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 0x12fe0008
