From: Wojciech Galazka Newsgroups: comp.os.msdos.djgpp Subject: Re: software interrupts Date: Fri, 29 Aug 1997 14:20:58 +0200 Organization: University of Warsaw Lines: 17 Message-ID: <3406BEAA.7F7D@chem.uw.edu.pl> References: NNTP-Posting-Host: animal.chem.uw.edu.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Mike Darrett wrote: > > Hi Guys, > > the int 10 function (this function takes a pointer in ES:DX pointing to > palette data and updates the video palette). The FAQ's DJ wrote said just > use int86() and forget about ES, ... Take a look at the source code of int86(). And read the FAQ again paying attention at what "__tb" is. You need to copy the palette to the transfer buffer using dosmemput. -- Wojciech Galazka Computer Security Advisor