简体   繁体   English

拆解Visual Studio Intel编译器C ++代码

[英]Disassembly of Visual Studio Intel compiler c++ code

Most of my question is mentioned in the title of this question. 问题的标题中提到了我的大部分问题。

I recently wanted to learn (and play :-) ) with the Intel C++ Compiler, so I downloaded and plugged it into a Visual 2010 c++ (win32 console) project. 我最近想与Intel C ++编译器一起学习(并玩:-)),因此我下载并插入了Visual 2010 c ++(win32控制台)项目。 I am just curious to look on the disassembly. 我只是好奇地看看拆卸。

Most of the dissemblers cannot open produced code, so just asking does anyone known how to preview compiled code? 大多数反汇编程序都无法打开产生的代码,所以只要问有人知道如何预览已编译的代码?

Thanks for help. 感谢帮助。

Pass /Fa on the command line to generate assembly language output. 在命令行上通过/Fa生成汇编语言输出。

Inside Visual Studio, pull up the properties page for your project, look in the Output Files section under C/C++ , and turn on assembly language output: 在Visual Studio内,上拉项目的属性页,在C/C++下的Output Files部分中查找,然后打开汇编语言输出:

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 英特尔C ++编译器安装程序找不到Visual Studio - Intel C++ Compiler Installer not finding Visual Studio C ++,Visual Studio反汇编不可用 - C++, Visual Studio Disassembly Not Availble Visual Studio C ++性能与英特尔C ++编译器15 - Visual Studio C++ performance vs Intel C++ compiler 15 英特尔C / C ++编译器对Visual Studio有哪些依赖关系? - What dependencies does the Intel C/C++ compiler have against Visual Studio? 如何将Intel C ++编译器2015与Visual Studio 2012的全新安装集成 - How to integrate Intel C++ compiler 2015 with fresh installation of Visual Studio 2012 Windows下使用Visual Studio 2012 / Intel编译器的C ++双精度故障 - C++ double precision failure with Visual Studio 2012 / Intel Compiler under Windows Visual Studio Code MSVC C++ 编译器不工作 - Visual Studio Code MSVC C++ Compiler Not Working Visual Studio C ++编译器优化打破代码? - Visual Studio C++ compiler optimizations breaking code? C ++ Visual Studio编译器将本地代码编译为托管 - C++ Visual Studio Compiler compiles native code as managed 使用Visual Studio 2013和Intel Fortran使用Fortran编译混合C ++ / C代码 - Compiling mixed C++/C code with Fortran using Visual Studio 2013 and Intel Fortran
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM