Date: Wed, 8 Nov 1995 08:14:09 +0200 (IST) From: Eli Zaretskii To: Jeremy William Yackel Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Assembler On Tue, 7 Nov 1995, Jeremy William Yackel wrote: > Can somebody show me how to make a simple assembler function that > compiles with djgpp? > > I can make Turbo Assembler programs, but can not figure out how to make > one that compiles under gcc. I'd suggest to read the GNU Assembler docs (it comes with bnu252dc.zip), especially the chapters which deal with i386-specific features), then look into DJGPP library sources at files which have the .s extension, for examples of usage. Some preliminary information is also included in the FAQ (faq102.zip from the same place you get DJGPP), section 17.1.