Code:
	Dummy	 = 2500*3000		'Prédiviseur à 8 !!!
	Vitesse  = DIV32 Periode2
The constants are being multiplied at Compile Time. So the system registers don't have the values they would if it were multiplied at Run Time.

If at least one of the numbers is in a WORD variable, it should work better.
<br>