Value = Ror ( Number , Bit )
Returns Number with Bit bits right rotated.
PRINT Hex$(Rol(&H12345678, 4)) 81234567