From: krizz Newsgroups: comp.os.msdos.djgpp Subject: Re: How to write to far pointer directly Date: Sat, 13 Dec 1997 01:14:34 +0100 Organization: LF.net GmbH, Internet Services, Stuttgart, Germany Lines: 15 Message-ID: <3491D36A.7F1E9E50@mailto.de> References: NNTP-Posting-Host: p1-23.stuttgart.netsurf.de 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 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?