This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 16-bit real-mode code


> Complex.  RM places a 64K stack segment limit.  As far as I 
> know, GCC requires more than that.  Also, GCC was only 
> written for 32-bit machines.  My suggestions:

You're confusing hosts with targets.  GCC *runs on* 32 bit (or more)
hosts, but it can *target* smaller machines.  We've got lots of
targets that are smaller than 64k, like embedded controllers and such.

The OP wants to write a *backend*.  That doesn't mean gcc will ever
run on that machine.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]