The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: korte on February 17, 2009, 07:46:37 PM

Title: MASM Last and best version for DOS?
Post by: korte on February 17, 2009, 07:46:37 PM

what?

please link...
Title: Re: MASM Last and best version for DOS?
Post by: FORTRANS on February 17, 2009, 09:49:04 PM
Hi,

   Here is a link to a thread on comp.lang.asm.x86 (CLAX).  See the
12th post for some comments on differing MASM versions..

http://groups.google.com/group/comp.lang.asm.x86/browse_thread/thread/bd974438f63e8b57#

   I use MASM 5.0 on computers running MS-DOS 5.0 and 6.20.  But
MASM 5.0 doesn't do 486 and above.  I got some errors trying to run
MASM 6.0 on the 6.20 box.  I ended up using a differing setup to
solve that problem.

Regards,

Steve N.
Title: Re: MASM Last and best version for DOS?
Post by: GregL on February 17, 2009, 11:22:21 PM
FORTRANS,

If I remember correctly, the last version of MASM I used on MS-DOS was 5.1.  I don't have it now, it's long gone.

Title: Re: MASM Last and best version for DOS?
Post by: hutch-- on February 18, 2009, 01:07:34 AM
Any version of MASM 6.0/1 will do the job, 6 has more macro capacity than 5.1 and is generally a better tool. The 16 bit linker with MASM 6.0/1 works fine, if you eed to create a DOS stub for a 32 bit program you need to get a different version from Microsoft.
Title: Re: MASM Last and best version for DOS?
Post by: BlackVortex on February 18, 2009, 10:23:44 AM
An alternative is Jwasm, it has a DOS version, too.   :toothy

http://www.japheth.de/JWasm.html