Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news2.arglkargh.de!news.wiretrip.org!news.dizum.com!sewer-output!mail2news From: Nomen Nescio Newsgroups: comp.os.msdos.programmer Subject: Re: Best DOS assembler? References: Message-ID: Date: Thu, 1 Sep 2011 22:46:10 +0200 (CEST) Mail-To-News-Contact: abuse@dizum.com Organization: mail2news@dizum.com Xref: x330-a1.tempe.blueboxinc.net comp.os.msdos.programmer:176 Ross Ridge wrote: > monahanz wrote: > >What is the best way to use an 8086 Assembler on Windows 7 (64Bit). > >MASM 5.0 requires a XP virtual box. is there a simple way to > >assemble small amounts of code directly in a Windows 7 window. > > > >I just cannot seem to get Visual Studio (8) to run with MASM either > > Finding a 32-bit version of MASM isn't hard. It's included (as ml.exe) > with Visual Studio C++ Express and number of freely available SDKs > and DDKs. The tricky part is finding a 32-bit version of LINK that can > produce MS-DOS executables. I use one hidden in the Windows XP DDK, > but you might be able to find it elsewhere. I think you should be able to find LNK563.EXE on downloads.microsoft.com