From: ipitythefo AT aol DOT com (IPityTheFo) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and VGA pointer? Lines: 25 Message-ID: <1998052800001400.UAA11725@ladder03.news.aol.com> NNTP-Posting-Host: ladder03.news.aol.com Date: 28 May 1998 00:00:14 GMT Organization: AOL http://www.aol.com References: <6kfoiu$pub AT netnews DOT hinet DOT net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk >: How can make a pointer to A000:0000 be made in DJGPP? The only >: example I've seen that does this uses a macro not included with DJGPP, >: MK_FP(). >: Thanx for the help. > Because DJGPP is in protected mode, not real mode. So the address >"seg:off" may not used. And you can use "seg*16+off", eg, A000:0000 is >A0000. > And MK_FP(), MK_xx() is not in the DJGPP. Sincerely yours > Wen-Dwo Hwang So then what is the code? Do you need seg*16+off? _______________________---------------------------------------------------- _______________________ipitythefo AT aol DOT com _______________________ master programmer... _______________________ ... I wish