Displays the contents of the axis parameter register of integer type (API).
Syntax |
D API idx1 idx2 [rip] [-M n] [-D | -O | -H | -B] [-V [-N]] D API idx1 idx2 101 -L [-M n] [-D | -O | -H | -B] [-V [-N]] |
---|---|
idx1 |
Index related to the element to be displayed |
idx2 |
Index related to the element to be displayed |
rip |
Number of elements to be displayed after the first one. (optional) |
-M n |
Displays the result in an array 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 if more than 100 elements ([rip]>100) were to be displayed. (optional) |
-V |
Display "API[idx1][idx2]" (optional) |
-N |
Only with the -V command, shows the assigned label. (optional) |
Notes |
It is not possible to stop the sequence once the directive is running |