Message-ID: <372E36D8.D046D9AA@nothingreal.com> From: Francois X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: vesa 2.0 development Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 15 Date: Mon, 03 May 1999 16:52:57 -0700 NNTP-Posting-Host: 204.140.175.198 X-Trace: newsfeed.slurp.net 925775606 204.140.175.198 (Mon, 03 May 1999 18:53:26 CDT) NNTP-Posting-Date: Mon, 03 May 1999 18:53:26 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com i'm currently rewriting my vesa2.0 library under djgpp v2.... but i face a problem when i need to use the ints ... for example to get vesa info i must do : ax = 4f00h es:di = ptr to buffer int 10h the int seems to works fine as at the end ax = 004fh but the buffer is not filled ... how to give the int the right es:di ????