tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] ELKS


From: Fabrice Bellard
Subject: Re: [Tinycc-devel] ELKS
Date: Mon, 24 Mar 2003 14:27:48 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020828

tom potts wrote:
I've been looking for a tiny C-compiler for ELKS -
http://elks.sourceforge.net/ than will run in situ -
has anyone looked at 8086 (or higher) versions of TCC
possibly by splitting it into separate phases?
Tom

If only small memory model code (maximum code and data size of 64KB) is generated, then it is doable and most of the 32 bit i386 code generator can be reused. The big issue is to change the default integer size. But it would be *very* difficult to run TCC itself in a 16 bit memory model.

Fabrice.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]