Imposes the value of one or more volatile real registers rr.
Syntax |
RR 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 set. (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
Explanation lines: 1) I set the value of register 1 to 243.665 2) I set the values of registers 1, 2 and 3 to 0.2, 4.6, 32.5 respectively 3) I verify that the values have been assigned correctly |