Date: Mon, 11 Nov 1996 13:30:46 +0200 (IST) From: Eli Zaretskii To: Fletcher Matlock Cc: djgpp AT delorie DOT com Subject: Re: DJGPP pointers In-Reply-To: <566pr9$kb0@axe.netdoor.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 11 Nov 1996, Fletcher Matlock wrote: > I need to know what EXACTLY is REALLY stored in pointers..is it a 32bit > offset into ram from the very beginning? Is it a selector and an offset > into that selector? Is it a base addx and then an offset which later > calcs into a linear(real/efective) addx? It is an offset into a segment pointed by a selector.