Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

tool to view asm files

commbank
Beginner
666 Views
Hi
THis is a simple question which I cannot seem to find in the Intel compiler and Intel Debugger docs.
What and where is the tool for viewing asm files?

I also tried MSIL but that does not seem to work.

Cheers,
0 Kudos
1 Solution
Steven_L_Intel1
Employee
666 Views
The asm files I am familiar with are the assembly output from compiling with /asmfile. Is that what you mean? They're just text files - use Notepad or, what I do, open them as files in Visual Studio.

If you mean something else, please elaborate.

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
667 Views
The asm files I am familiar with are the assembly output from compiling with /asmfile. Is that what you mean? They're just text files - use Notepad or, what I do, open them as files in Visual Studio.

If you mean something else, please elaborate.
0 Kudos
commbank
Beginner
666 Views
The asm files I am familiar with are the assembly output from compiling with /asmfile. Is that what you mean? They're just text files - use Notepad or, what I do, open them as files in Visual Studio.

If you mean something else, please elaborate.

Oops my mistake - I should have triedit with Notepad first.
Thanks for your reply.
0 Kudos
Reply