Date: Thu, 23 Nov 2000 09:24:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: John Vasquez cc: djgpp AT delorie DOT com Subject: Re: Converting existing 16 bit assembly code In-Reply-To: <3a1c15a4.93436304@news.connectnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 22 Nov 2000, John Vasquez wrote: > Where do I get the nasm assembler that will assemble my .asm files? The URL is in section 17.2 of the DJGPP FAQ list, which see. > Is this assembler compatible with MS assembler (Intel syntax)? Almost, but not 100% compatible. Note that the latest version of GNU Assembler (which is part of Binutils 2.10) also supports the Intel-style assembly syntax. So you do not necessarily need to use NASM.