Reads the contents of all memory registers.
@RAR CR
A list of values
OK : Normal end
=>"@RAR" CR Reads the contents of all memory registers.
<="REG000:80H" CR LF The register contents are output sequentially from register 000.
<="REG001:00H" CR LF Register values are output in hexadecimal.
...
<="REG107:00H" CR LF
<="OK" CR LF Normal end.