Date: Sat, 25 Apr 1998 22:27:51 -0400 (EDT) Message-Id: <199804260227.WAA00767@delorie.com> From: DJ Delorie To: Not DOT given AT out CC: djgpp AT delorie DOT com In-reply-to: (Not.given@out) Subject: Re: pointers under DJGPP Precedence: bulk > All code is 32 bit and compiled on the large/huge memory model. Actually, it's more like the tiny model. CS==DS==SS and all pointers are offset-only. Large model for djgpp would be like having 48-bit pointers and all function calls would be far, which is not the case.