how to inline assembler into gcc-FORTRAN program?

François-Xavier Coudert fxcoudert@gmail.com
Thu May 10 07:58:00 GMT 2007


> Is there a way to inline "asm" code inside gcc-FORTRAN program?

Not inside a Fortran program. (I think many Fortran compilers don't.)
For all practical purposes, you might want to wrap that assembly in a
C function.

FX



More information about the Fortran mailing list