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

Assembler documentation?

FORTRAN_IV
Beginner
539 Views

Hi, Thank you for the Intel's Fortan Composer/XE. It's wonderful to have such a fantastic compiler for learning modern Fortran. I would like to use the assembler in addition to Fortran. I understand how to use ifort to create assembler output but I didn't find any documentation on the assembler language syntax and options. Can somebody please point me to it?

0 Kudos
2 Replies
TimP
Honored Contributor III
539 Views

ifort linux uses gnu assembler "gas" supplied as part of your linux distro.  Manuals at:

http://www.gnu.org/software/binutils/

Here's a "how to" :

http://www.tldp.org/HOWTO/html_single/Assembly-HOWTO/

0 Kudos
FORTRAN_IV
Beginner
539 Views

Thank you for the fast information. That answers my question completely!

0 Kudos
Reply