Displays the contents of one or more volatile integer registers r.
Syntax |
D R 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. (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 is to be used in case you want to display more than 100 registers (rip>100). (optional) |
-V |
Display "R(n)". (optional) |
Notes |
It is not possible to interrupt the sequence once the directive is running |
Example
Line explanation: 1) Displays integer register 1 2) Displays bit 3 of integer register 3) Displays 5 integer registers starting from 1 4) Displays registers by showing the index 5) Displays registers in the various available formats 6) Displays the result (in decimal) in a 3-column matrix |