http://www.masmforum.com/simple/index.php?topic=864.0
Mentioned within the above thread was somebody measuring the effectiveness of their code by the average clock cycles.
Is there a proggie you could point me to that would do this?
Also, is there a [free/cheap] 32-bit debugger that somebody could reccomend so I can step through my code? Currently I'm using message boxes to find where and why my code fails, and I'm sure I'm wasting an enormous amount of time doing it that way.
I like Ollydbg:
http://home.t-online.de/home/Ollydbg/
For measuring the speed of your code in clock cycles, there is some stuff in a thread in the Laboratory.
Spectacular, Thanks! :U