Displays the contents of one or more volatile real registers rr.
Syntax |
D RR idx [rip] [-M n] [-L] [-V] |
---|---|
idx |
Index of the first register to be displayed |
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) |
-L |
This parameter is to be used in case you want to display more than 100 registers (rip>100). (optional) |
-V |
Displays "RR(n)." (optional) |
Notes |
It is not possible to interrupt the sequence once the directive is running |
Example
Explanation lines: 1) Displays real register 1 2) Displays 5 real registers starting from 1 3) Displays the registers by showing the index 4) Displays the result in a 2-column matrix |