Date: Mon, 11 Nov 1996 13:23:13 -0600 (CST) From: Ely Wilson To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: DJGPP pointers In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 11 Nov 1996, Eli Zaretskii wrote: > > I need to know what EXACTLY is REALLY stored in pointers..is it a 32bit > > It is an offset into a segment pointed by a selector. So, is a pointer a selector AND an offset, or just a 32bit offset into a 4G selector...in which case, how the heck am I supposed to make use of pointers which use a 16bit base and 16bit offset...i suppose I could calc the effective addx, huh? Anyhow, which is it? Sel AND offset or jyust an offset? Thank you for replying, but I'm still not totally clear on this. - pleXus -