Date: Mon, 20 Jul 1998 23:51:09 -0400 (EDT) Message-Id: <199807210351.XAA20791@delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (Not.given@out) Subject: Re: changing memory model Precedence: bulk > It's compiled on the HUGE memory model and there'e nothing you can > do about it. Actually, it's TINY model - one segment for CS, DS, and SS (overlapping, same base address), no far pointers at all. However, you still can't change it.