does anyone know how to view the assembly code generated by the microsoft visual c++ compiler? does it store it in a file or how can i see it? thanks. Marshall Leitem
Hi,
the assembly code is the exe-file which you con view
with the U-option of debug.com.
I think what you have in mind is what borland's turbo-c
can do : translate c-code to assembly code.
in vc++ however you can't do that.
hope this helps
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.