Hallo All Forum participants,

Forgive me please for battling with the previous messages. At last here is my question.
I am using a 12F683, Periperal interupt register flag and Timer1, to accumalate OSC ticks (4MHZ/4) in uSec's and then trying to converting the ticks to a new value. The number of uSec ticks is taken in a 1 mSec period. (1000). All my variables are word sized.
Using the number of ticks, mutiplied with 1000, my calculation with DIV32 does not give the wanted result.
I then tried the DIV32 sample from the manual.: 500 * 1000 = 500000, DIV32 100 should be 5000.
With the above values from the manual the result is 65535.
Is there perhaps some-one that can guide me in the right direction please.