From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp-compiled programs on a 8088/86??? Date: Thu, 26 Apr 2001 17:56:19 +0300 Lines: 14 Message-ID: <3AE83713.D2EBD264@is.elta.co.il> References: <3ae7e03b DOT 239386107 AT news DOT xs4all DOT nl> <9c8qns$1emu$1 AT node17 DOT cwnet DOT frontiernet DOT net> <3ae7f325 DOT 244228751 AT news DOT xs4all DOT nl> <9c8t5g$dl4$1 AT node17 DOT cwnet DOT frontiernet DOT net> <9c8tar$eii$1 AT node17 DOT cwnet DOT frontiernet DOT net> <3AE80E8B DOT 7CF9FA23 AT is DOT elta DOT co DOT il> <3ae82bc5 DOT 258727754 AT news DOT xs4all DOT nl> NNTP-Posting-Host: diup-220-37.inter.net.il (213.8.220.37) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 988296890 13085166 213.8.220.37 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Wouter van Ooijen wrote: > > >It might be that both you and the people who the OP was citing were talking > >about djasm (which can produce 16-bit code) or DJ Delorie's unfinished > >project whereby he wrote a 16-bit linker. But these are not DJGPP. > Nono, definitely not. I use djgpp (2.8.1 I think) to compiler a > program (which itself happens to be a compiler). Some people claim to > have succesfully used my compiler on an 8088 which I found very > strange It is not strange, it is simply impossible. DJGPP produces 32-bit protected-mode code; one of the first things every DJGPP program does is to test the processor type, and if it is not 386 or better, the stub loader will refuse to run, saying something like "80386 required".