News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

MASM Last and best version for DOS?

Started by korte, February 17, 2009, 07:46:37 PM

Previous topic - Next topic

FORTRANS

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.

GregL

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.


hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

BlackVortex

An alternative is Jwasm, it has a DOS version, too.   :toothy

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