Hi Savnik,

Since TMR0 is 8-bit, there is no way you can get 135,6 as you like.

You need to use TMR1 which is 16-bit.
Then, you will read 135,6 at TMR1 register as 1356.


-----------------------------