Updated User Manual Command Reference (markdown)

David Banks 2019-11-02 18:41:07 +00:00
parent 6e66b91dd3
commit a4dfcdef30

@ -322,7 +322,7 @@ Note, the next command was added in the V0.85 release of the firmware.
Reads a single host memory address.
_Usage: rd \<address\>_ \[ \<count\> \]_
_Usage: rd \<address\> \[ \<count\> \]_
The optional count parameter causes the operation to be repeated multiple times. If omitted, count defaults to 1.
@ -612,7 +612,7 @@ If \<trigger condition\> is omitted if defaults to F (trigger always).
Writes a single host memory address.
_Usage: wr \<address\> \<value\>_ \[ \<count\> \]_
_Usage: wr \<address\> \<value\> \[ \<count\> \]_
The optional count parameter causes the operation to be repeated multiple times. If omitted, count defaults to 1.
@ -647,7 +647,7 @@ _Usage: io \[ \<start address\> \]_
Reads a single host IO address.
_Usage: rdi \<address\>_ \[ \<count\> \]_
_Usage: rdi \<address\> \[ \<count\> \]_
The optional count parameter causes the operation to be repeated multiple times. If omitted, count defaults to 1.
@ -679,7 +679,7 @@ _Usage: watchwi \<address\> \[ \<address mask\> \[ \<trigger condition\> \] \]_
Writes a single host IO address.
_Usage: wri \<address\> \<value\>_ \[ \<count\> \]_
_Usage: wri \<address\> \<value\> \[ \<count\> \]_
The optional count parameter causes the operation to be repeated multiple times. If omitted, count defaults to 1.