VisualC++ Tips

Just another WordPress.com weblog

See Assembly code generated for your source code

To study internals, we often need to refer assembly code.

Method to generate assembly code
1. Take “Project settings” by Alt+F7
2. Go to “C/C++” tab.
3. Select “Listing Files” from Category combo box.
4. Select “Assembly with source Code” form Listing file type combo box.
5. Recompile the project.
6. Take the debug or release directory, you can see asm files

This can be done in another way, Just add /FAs to the “Project Options” edit box in the “C/C++” tab.

August 21, 2008 - Posted by afsalm | Uncategorized | | No Comments Yet

No comments yet.

Leave a comment