How to obtain MASM?
-
Hello All, Can anyone tell my the steps or who to contact to obtain the Microsoft assembler? It is now a discontinued product, and according to sources a free copy could be obtained by calling MS. Regards, Paul.
-
Hello All, Can anyone tell my the steps or who to contact to obtain the Microsoft assembler? It is now a discontinued product, and according to sources a free copy could be obtained by calling MS. Regards, Paul.
You can obtain a copy of MASM 6.15 as part of the Visual Studio Processor Pack. Follow this link: http://msdn.microsoft.com/vstudio/downloads/ppack/download.asp It contains support in VC++ and MASM for Intel's SSE, SSE2 and AMD's 3dNow. There are some issues with recompiling MFC, though after installing the VC++ part of it. (kinda weird).
-
You can obtain a copy of MASM 6.15 as part of the Visual Studio Processor Pack. Follow this link: http://msdn.microsoft.com/vstudio/downloads/ppack/download.asp It contains support in VC++ and MASM for Intel's SSE, SSE2 and AMD's 3dNow. There are some issues with recompiling MFC, though after installing the VC++ part of it. (kinda weird).
Thank you. I got it :-) I really do not think I will have the honor to compile MFC sources! Best regards, Paul.