Displays the contents of one or more nonvolatile integer registers nvr.
Syntax |
D NVR idx[.bit] [rip] [-M n] [-D | -O | -H | -B] [-L] [-V] |
---|---|
idx |
Index of the first register to be displayed |
.bit |
Defines the single bit of the register you want to display (0 - 31). (optional) |
rip |
Number of registers to be displayed after the first one. (optional) |
-M n |
Displays the result in a matrix of n columns, with n between 1 and 16. (optional) |
-D |
Displays the result in decimal. (optional) |
-O |
Displays the result in Boolean format (TRUE= R<>0 / FALSE R=0). (optional) |
-H |
Displays the result in hexadecimal format. (optional) |
-B |
Displays the result in binary. (optional) |
-L |
This parameter should be used in case you wanted to display more than 100 registers (rip>100). (optional) |
-V |
Display "NVR(n)". (optional) |
Notes |
It is not possible to interrupt the sequence once the directive is running |
Example
Line explanation: 1) Displays register 1 2) Displays bit 5 of register 1 3) Displays 5 consecutive registers starting from 1 4) Displays the registers by showing the index 5) Displays the logs in the various available formats 6) Displays the result (in decimal) in a matrix of 3 columns |