From: Andrew Lord Newsgroups: comp.os.msdos.djgpp Subject: Cross Compiler for 8086 PDA Date: Thu, 19 Dec 1996 10:51:04 +0000 Lines: 14 Message-ID: <32B91E18.4CE7@tertio.co.uk> NNTP-Posting-Host: firewall.tertio.co.uk 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 Is it posisble to get DJGPP to produce 8086 code a hand-held PDA (Psion 3a ). The important thing is that the resultant code mustn't mess with the ES segment resgister and must be less than 64K (unless some kind of run-time overlay is used ). For this reason the official development compiler is TopSpeed apparently 'cause it's the only one that doesn't play with the ES register. I guess I would have to find my own libc.a? Regards, Andy L.