![Ronetix PEEDI User Manual Download Page 125](http://html1.mh-extra.com/html/ronetix/peedi/peedi_user-manual_1485040125.webp)
Using PEEDI
Syntax:
memory write[TYPE ADDRESS VALUE [COUNT]]
Description:
Write target memory with specified value. If no arguments are provided last used will
be taken.
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 is to be written
COUNT
- how many consecutive values to be written,, if not provided
count 1 is assumed
Example:
memory write 0x1000 0x5555AAAA
memory write8 0x1000 0x5A
memory write16 0x1000 0x55AA
memory write32 0x1000 0x5555AAAA
memory write64 0x1000 0x1234567811223344
memory write$ 0x1000 „hi there“
memory write write 0x1000 0x5555AAAA
memory or
Syntax:
memory or[TYPE] ADDRESS MASK
Description:
Make logical OR with, and apply to target memory.
Argument:
TYPE
- memory access
• 8 - value is 8-bits (byte long)
PEEDI User’s Manual
125