![Ronetix PEEDI User Manual Download Page 126](http://html1.mh-extra.com/html/ronetix/peedi/peedi_user-manual_1485040126.webp)
Using PEEDI
• 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 or 0x1000 0x5555AAAA
memory or8 0x1000 0x5A
memory or16 0x1000 0x55AA
memory or32 0x1000 0x5555AAAA
memory or64 0x1000 0x1234567811223344
memory and
Syntax:
memory and[TYPE] ADDRESS MASK
Description:
Make logical AND with, and apply to target memory.
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 and 0x1000 0x5555AAAA
memory and8 0x1000 0x5A
memory and16 0x1000 0x55AA
memory and32 0x1000 0x5555AAAA
PEEDI User’s Manual
126