Value = Ror ( Number , Bits )
Returns Number , Bits bits right rotated.
Example :
PRINT Hex$(Ror(&H12345678, 4)) => 81234567