MASM 6.11?

Programming, for all ages and all languages.
Post Reply
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

MASM 6.11?

Post by pcmattman »

I've found some old DOS games I used to play, and just so happen to have the source for them. Unfortunately most of them require this to build:

Code: Select all

Watcom 10.6
Miscrosoft Macro Assembler 6.11
GNU (or compatible, such as Microsoft, or Borland) Make utility
The only thing I don't have is MASM 6.11 (I have 6.14). Any ideas where I can get 6.11? Or are they backwards compatible?
User avatar
B.E
Member
Member
Posts: 275
Joined: Sat Oct 21, 2006 5:29 pm
Location: Brisbane Australia
Contact:

Re: MASM 6.11?

Post by B.E »

From what I've read, they should be compatiable.
Image
Microsoft: "let everyone run after us. We'll just INNOV~1"
User avatar
mathematician
Member
Member
Posts: 437
Joined: Fri Dec 15, 2006 5:26 pm
Location: Church Stretton Uk

Post by mathematician »

I would guess they are backwards compatible; especially with two version numbers so close to one another. However:

http://www.phatcode.net/downloads.php?sub=compilers

The page numbering in their pdf version of the manual is a bit wonky though.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

I think their command line syntaxes differ. I'm not 100% sure though... I'm porting Descent 1 to my OS and I just want to get it to build under Windows first (otherwise it's a hopeless goal).
User avatar
XCHG
Member
Member
Posts: 416
Joined: Sat Nov 25, 2006 3:55 am
Location: Wisconsin
Contact:

Post by XCHG »

I don't know for sure but MASM doesn't change much in minor revisions. I have ML 6.14.8444 and LINK 5.12.8078 and never have had problems assembling and/or linking MASM sources.
On the field with sword and shield amidst the din of dying of men's wails. War is waged and the battle will rage until only the righteous prevails.
Post Reply