D Delsabre Member Joined Aug 6, 2003 Messages 438 Age 37 Location Florida Website nuqlear.com Oct 24, 2003 #1 i am wondering how to count processor ticks. i am creating some assembler routines to replace the multiplication and division functions and i need to know if theyre working. is there a register or something that counts ticks?
i am wondering how to count processor ticks. i am creating some assembler routines to replace the multiplication and division functions and i need to know if theyre working. is there a register or something that counts ticks?
M mithris Certified Guru Joined Mar 7, 2003 Messages 190 Age 44 Oct 24, 2003 #2 Don't think so.. But, however.. Perhaps you could use the watchdog counter for that. But with that, the smallest timestep you could measure is PCLK/16 --- mithris
Don't think so.. But, however.. Perhaps you could use the watchdog counter for that. But with that, the smallest timestep you could measure is PCLK/16 --- mithris