News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Debugger / Average clock cycle counter

Started by tekhead009, March 01, 2005, 02:13:40 PM

Previous topic - Next topic

tekhead009

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.


AeroASM

For measuring the speed of your code in clock cycles, there is some stuff in a thread in the Laboratory.

tekhead009