(1) @RAR

▪ Operation

Reads the contents of all memory registers.

▪ Format

@RAR CR

▪ Response

A list of values

OK : Normal end

▪ Example

=>"@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.