Function that performs a rotation to the right of the specified number of bits.
Syntax |
i32 r_ror (i32 value, i32 nBit) |
---|---|
value |
Unit on which to perform the rotation |
nBit |
Number of bits |
result |
Returns the result of the rotation |
Validity |
Rule, Task |
Note |
In rotation the lightest outgoing bit on the right is recirculated into the heaviest incoming bit on the left |
Example usage:
Example usage:
Example usage:
|