Message-ID: <3AB96FD0.32C7262B@sympatico.ca> From: Ian Chapman X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: assembler References: <98tpou$e17$1 AT neptunium DOT btinternet DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 14 Date: Thu, 22 Mar 2001 03:21:39 GMT NNTP-Posting-Host: 64.230.93.142 X-Trace: news20.bellglobal.com 985231299 64.230.93.142 (Wed, 21 Mar 2001 22:21:39 EST) NNTP-Posting-Date: Wed, 21 Mar 2001 22:21:39 EST Organization: Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm a wee bit late with my reply. One point that was missing form this thread is that the assembler in djgpp is orientated to assembling whatever the high level languages throw at it. I've never used it as it sounds more of a task than the usual assembly stuff I cut my teeth on. I've managed to do whatever I needed to do in c or c++ using calls that are documented if you dig deep into the c libs. Regards Ian. Michael Duxbury wrote: > Does djgpp allow you to compile assembler code?