From: Algirdas Kunigelis Newsgroups: comp.os.msdos.djgpp Subject: New assembbler! Date: Fri, 11 Oct 1996 13:45:29 +0000 Organization: LITNET Lines: 20 Message-ID: NNTP-Posting-Host: santaka.sc-uni.ktu.lt Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Have you read the news? NASM is out! It is a new [portable] x86 assembler with syntax similar to Intel's (simplified a bit) and it can generate _loads_ of object file formats, including 16bit and 32bit DOS .obj, AOUT, COFF, ELF and even more I think. End with gas horrors! Check it out (I personally haven't yet) : ftp://sunsite.unc.edu/pub/Linux/Incoming/nas????.tar.gz I'm not sure if it will compile with DJGPP (haven't even tried to compile it under Linux :) ) Martynas P.S. I saw the thread about moving to ELF.. Go on guys! DJGPP will only benefit! ELF is much better documented and other stuff..