Date: Tue, 30 Apr 1996 07:53:51 +0200 (IST) From: Eli Zaretskii To: Bruno Kraychete da Costa Cc: djgpp AT delorie DOT com Subject: Re: Yet about MK_FP, pokeb, and peekb In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 29 Apr 1996, Bruno Kraychete da Costa wrote: > Guys, sorry if I seem to insist at the same point (about > MK_FP). What I'd like to have is the facility of refering to a memory > position using a pointer, instead of a function (like dosmemput/get). On This is too much! For the third time I insist: please read chapter 18 of the FAQ list! Section 18.6 there explains how to accomplish just the direct access you want, in a way that works. It's not a function, not a macro: just derefrence a pointer like you are used to in the other PC-based compiler. If you cared to read that chapter not in a hurry to get a cookbook answer the first time I told you this, you would have solved the problem long ago.