Will VS 2005 show me the assembler code generated when I write code using C#?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 8, 2011, 12:11 AM
I suggest not trying to learn C# using your knowledge of MASM to understand; you will only get very confused. And I say that as someone that chose to do some programming many years ago using MASM instead of trying to understand what it is that the Pascal manual did not explain.
Jean PaulPosted Feb 7, 2011, 10:10 AM
Good Adventures Ahead Dennis!!
Dennis MillerPosted Feb 7, 2011, 10:08 AM
Jean PaulPosted Feb 7, 2011, 6:17 AM
You can see the assembler code by clicking the "Go to Disassembly" menu item while debugging.
I believe the compiler will show the disassembly while creating code.
The following link also can add some help:
http://jeanpaulva.wordpress.com/2011/02/07/how-to-view-disassembly-code-in-vs-20052008/
Regards,
Jean Paul