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