Message-ID: <001d01be24ad$f26fade0$a66f19c4@default> From: rylan AT intekom DOT co DOT za (StefanViljoen,6599) To: Cc: Subject: Re: Assembler Books Date: Thu, 10 Dec 1998 20:27:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Reply-To: djgpp AT delorie DOT com -----Original Message----- From: Valchers88 AT aol DOT com Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Date: Thursday, December 10, 1998 2:03 AM Subject: Assembler Books >What are some books on the assembler language that will work with DJGPP? I do not know of any that are easily available - DJGPP uses the AT&T syntax for assembly. Intel syntax books are easily available though - just get the NASM compiler for DJGPP. This is an external program (check out http://www.cryogen.com/nasm/ ) that takes intel format assembly language and outputs DJGPP linker compatible object files. Also check out my programming page for info about how to program in assembly for DJGPP - I have some code and a small tutorial for doing assembly coding, while still using DJGPP - using NASM of course! Kind Regards, Rylan Is truth beauty or is beauty truth? This URL for the code - go to the programming page: http://home.intekom.com/rylan/index.html