The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: TNick on June 30, 2006, 09:17:54 AM

Title: push \ pop counter
Post by: TNick on June 30, 2006, 09:17:54 AM
Is there any utility to count push instructions in a file (project) against pop instructions? Because I am fighting with a bug and I think it would be very usefull...
Title: Re: push \ pop counter
Post by: zooba on June 30, 2006, 09:34:35 AM
A debugger.

Alternatively, print out the value of ESP every now and then.

Cheers,

Zooba :U
Title: Re: push \ pop counter
Post by: TNick on June 30, 2006, 09:40:01 AM
:-) a debugger you say ....
you are right about ESP, thanks!