![Ronetix PEEDI User Manual Download Page 124](http://html1.mh-extra.com/html/ronetix/peedi/peedi_user-manual_1485040124.webp)
Using PEEDI
SUBCOMMAND
- sub-command specifying the memory operation.
Example:
memory read
memory read
Syntax:
memory read[TYPE ADDRESS [COUNT]]
Description:
Read and show target memory contents. If no arguments are provided last used will be
taken, ignoring ADDRESS and starting the listing with the next address to be listed
after the previous execution of memory read. Default first used arguments are 8 32-bit
values at address 0x00000000.
Argument:
TYPE
- memory access
•
8 - value is 8-bits (byte long)
•
16 - value is 16-bits (half word long)
•
32 - value is 32-bits (word long)
•
64 - value is 64-bits (double word long)
•
$ - value is string
ADDRESS
- where the value resides
COUNT
- how many consecutive values to be listed, if not provided
count 1 is assumed
Example:
memory read 0x1000
memory read8 0x1000
memory read16 0x1000
memory read32 0x1000
memory read64 0x1000
memory read$ 0x1000 8
memory read
memory write
PEEDI User’s Manual
124