quote: How do you make an asm dump of your code?
I am using a program called IDA - The interactive disassembler. Look at http://www.datarescue.com . It is much easier to use than the dumps you can make from vc++, but it is not free If you want to make an assembly dump from vc++, just chose project settings and listing files.