Message-ID: <33AC0C53.4257@oregoncoast.com> Date: Sat, 21 Jun 1997 10:16:03 -0700 From: Rudy Gingles Organization: Atek Systems MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Memory address conversions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 7 NNTP-Posting-Host: news.oregoncoast.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi! I'm trying to port my old VESA graphics library to DJGPP, and I've sort of run into a wall. I'm making real-mode calls to the VESA routines, and one of the routines expects a real-mode pointer (in ES:BX) to a buffer which it will fill. I have the buffer setup, but how do I pass it a real-mode pointer? Thanks in advance for any help. Rudy