From: Ryan McGee Newsgroups: comp.os.msdos.djgpp Subject: Re: How to write to far pointer directly Date: Sun, 14 Dec 1997 15:52:38 -0600 Organization: InLink Communications Company Lines: 21 Message-ID: <34945526.69706758@spam.me> References: <3491D36A DOT 7F1E9E50 AT mailto DOT de> NNTP-Posting-Host: iits025.inlink.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Is that faster or slower than using _farpokeb? Ryan RDM AT inlink DOT com krizz wrote: > ex. for the vga addr. > > char *video; > __djgpp_nearptr_enable(); > video=(char*) (__djgpp_conventional_base+0xa0000); > > K. Chung wrote: > > > Hi, > > Does anyone how to write to the far pointer address directly > > without using the _farpoke function group or hacking it to near pointer?