Search code examples
assemblywindows-xpx86masm

How To Compile, Build and Debug MASM Using Visual Studios 2005 Standard


I am trying to compile, build and debug 16-bit assembly programs using Visual Studio 2005 Standard but can't figure out how to do this. I am running MASM 6.14.8444 version and I have found some helpful links which do not seem to work at least not for me (see below). I do not have access to Visual Studio 2008/2010 Express Edition. I am trying to compile complete Assembly programs in VS2005 Standard not using inline assembly.

Here are some links I found that I have tried but get compiling errors which I cannot sort out.

http://kipirvine.com/asm/4th/ide/vsnet/index.htm#16-bit http://stackoverflow.com/questions/4548763/compiling-assembly-in-windows http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/3e24f203-c516-41e2-a7bf-325452157336

Thanks in advance

Victor


Solution

  • Why don't you just download the MASM32 SDK it contains everything you need to Assemble and Link 16 and 32 bit programs. Plus it has sample programs with source, tons of macros with source, a great libray with source etc...