Displays the integer parameter register (PI).
Syntax |
D PI idx[.bit] [rip] [-M n] [-D -O -H -B ] [-V [-N]] |
---|---|
idx |
Index of the first element to be displayed |
.bit |
Defines the single bit of the element to be displayed. (optional) |
rip |
Number of elements 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) |
-V |
Displays "PI[idx]". (optional) |
-N |
Only together with the -V command, displays the assigned label. (optional) |
Notes |
It is not possible to interrupt the sequence once the directive is running |