Sets the value of one or more non-volatile real registers nvrr.
Syntax |
NVRR idx val1 [val2 ... valn {-M}] |
---|---|
idx |
Index of the first register to be set |
val1 |
Value to be assigned to the register |
val2 ... valn |
Additional values to be assigned. (optional) |
-M |
To be used to be able to set multiple registers. (optional) |
Notes |
To set the value of multiple elements, indicate the index of the first one followed by as many values as there are registers to be set |
Example
Line explanation: 1) I set the value of register 1 to 3.5 2) I verify 3) I set the values of registers 1, 2 and 3 to 3.5, 45.6 and 0.5 respectively 4) I verify |