Dump command, allows to output all SRAM locations with their value.
All addresses and values are output in HEX notation.

Synopsis

SRAM DUMP

Return

Dump command returns a list of 64 SRAM locations, followed by data.
the format is:

<addr> <data>

in HEX notation.
After the last address, the command terminates with OK.

Example

SRAM DUMP
00 FF
01 FF
02 FF
03 FF
04 FF
05 FF
06 FF
07 FF
...
3D FF
3E FF
3F FF
OK