Imposes the value of one or more volatile integer registers r.
Syntax |
R idx[.bit] val1 [val2 ... valn {-M}] |
---|---|
idx |
Index of the first register to be set |
.bit |
A single bit can be imposed. (optional) |
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
Line explanation: 1) I set bit 2 of register 1 2) I verify 3) I set the value of register 1 to 23 4) I verify 5) I set the values of registers 1, 2 and 3 to 23, 6, 243 respectively 6) I verify |