Xref: news2.mv.net comp.os.msdos.djgpp:7369 From: Elliott Oti Newsgroups: comp.os.msdos.djgpp Subject: Re: Using AS as a standalone assembler Date: Thu, 15 Aug 1996 23:56:30 -0700 Organization: Academic Computer Centre Utrecht, (ACCU) Lines: 22 Message-ID: <32141B9E.4CAC@stud.warande.ruu.nl> References: <4uvo7m$70c AT ari DOT ari DOT net> NNTP-Posting-Host: warande1078.warande.ruu.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp flyboy AT ari DOT net wrote: > > I heard that you can use AS with DJGPP to make stand alone programs kind > of like Turbo Assembler does. Only thing is ho would I be able to do this > as I have tried and not had much luck. > > --- > Nathaniel Meo > Coordinator of The DJGPP Book Project - http://www2.ari.net/flyboy/ It's possible in principle,I suppose, but AS was designed for assembling GCC compiled C/C++ code and is thus in other respects rather unhelpful (just quoting the FAQ here). TASM,MASM and A86 are more suited for standalone assembler programming ( as you probably already know). However if it's the ATT syntax you love, there's a standalone 80x86 freeware assembler called gema, whose output is compatible with the .o format of DJGPP, I believe.It lies somewhere in ftp://x2ftp.oulu.fi/pub/msdos/programming (I forget where, but if you want, mail me and I'll look it up). Elliott mailto:war012 AT pop DOT cc DOT ruu DOT nl