From: fletch AT netdoor DOT com (Fletcher Matlock) Newsgroups: comp.os.msdos.djgpp Subject: DJGPP pointers Date: 11 Nov 1996 08:58:17 GMT Lines: 10 Message-ID: <566pr9$kb0@axe.netdoor.com> NNTP-Posting-Host: lance.netdoor.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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? I need to know for sure, I plan on modiying them directly in my source for a video API for DJGPP software. - pleXus -