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.
No comments yet.
Leave a comment
-
Archives
- September 2008 (1)
- August 2008 (4)
- July 2008 (5)
-
Categories
-
RSS
Entries RSS
Comments RSS