Date: Wed, 21 Aug 1996 11:01:41 +0200 (IST) From: Eli Zaretskii To: "Mitchell A. Whiteley" Cc: djgpp AT delorie DOT com Subject: Re: Where to find DJASM In-Reply-To: <32192696.6DF6@cc.usu.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 19 Aug 1996, Mitchell A. Whiteley wrote: > I have heard about this program, but can't seem to find it anywhere. > Where can I get the lastest version of DJASM. DJASM comes with djdev200.zip. It should be already in your bin/ subdirectory if you have DJGPP v2 installed. > I don't trust the obj2coff on all code. DJASM would be much better. Note that DJASM is not a general-purpose assembler. Use Gas (the GNU Assembler) for anything that DJASM doesn't support (Gas is part of bnu252b.zip archive and should be also in bin/ if you use gcc at all).