From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Signed value whith interrupt 33h Date: Sun, 02 Apr 2000 18:22:54 +0200 Organization: NetVision Israel Lines: 8 Message-ID: <38E773DE.BD3D32BA@is.elta.co.il> References: <04c6bcff DOT 5368950c AT usw-ex0110-075 DOT remarq DOT com> NNTP-Posting-Host: ras1-p43.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 954692480 1073 62.0.172.45 (2 Apr 2000 16:21:20 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 2 Apr 2000 16:21:20 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com BlackWizard wrote: > > Interrupt 33h fonction 0Bh which return Relative motion of > the mouse, transform my signed declared variables in > unsigned ones...(crazy ?) I'm guessing that you use int86. Section 18.1 of the DJGPP FAQ list explains how to avoid this problem.