Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

tool to view asm files

commbank
Beginner
1,039 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
1,039 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
1,040 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
1,039 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