Date: Tue, 10 Aug 1999 09:32:24 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Chris Holmes cc: djgpp AT delorie DOT com Subject: Re: Question on Pointer In-Reply-To: <37ADBDF6.550A@surfsouth.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 8 Aug 1999, Chris Holmes wrote: > In protected mode, you have a selector and an offset. The final > address is simply selector + offset. You mean it's selector's base address + offset. The selector itself is just an index into a table, and is therefore a small number, like 0xaf or some such.