Date: Wed, 9 Apr 1997 22:24:38 -0400 Message-Id: <199704100224.WAA12757@delorie.com> From: DJ Delorie To: fighteer AT cs DOT com CC: djgpp AT delorie DOT com In-reply-to: <334B9212.E15@cs.com> (fighteer@cs.com) Subject: Re: A beginner question ... > To use near pointers, you simply set the global ds selector to -1 Close. Set the *size* of the segment to -1. I think the enable function does this for you.