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

Integrating MASM and Visual Fortran?

hweisberg
Beginner
821 Views
Can anyone point me to information on integrating the Microsoft MASM assembler and Visual Fortran? We have MASM 6.1 and Compaq Visual Fortran 6.6. We would like to be able to work with (edit, compile, and debug) mixed assembly and Fortran code.
0 Kudos
3 Replies
hbell
Beginner
821 Views
I wrote a few such example MASM subroutines (calling assembly language programs from a CVF main program). They are now in the current CVF distribution kit (On my system that is C:Program FilesMicrosoft Visual StudioDF98SAMPLESMIXLANGMASM. It would also be on the CVF 6.6 distribution CD.

Harry
0 Kudos
hweisberg
Beginner
821 Views
Thanks!
0 Kudos
hbell
Beginner
821 Views
Incidentally, MASM version 6.15 is available directly from Microsoft:

http://msdn.microsoft.com/vstudio/downloads/ppack/default.asp
Download The Visual C++ 6.0 Processor Pack.
It includes MASM 6.15.

Harry
0 Kudos
Reply