Path: utzoo!attcan!uunet!garfield!paul1 From: paul1@garfield.MUN.EDU (Paul Drover) Newsgroups: comp.sys.ibm.pc Subject: Programming the mouse at the interupt level Keywords: mouse Message-ID: <5073@garfield.MUN.EDU> Date: 16 Jan 89 23:31:59 GMT Distribution: na Organization: CS Dept., Memorial U. of Newfoundland, St. John's Lines: 16 A question for our collective intelligence, w.r.t. programming the mouse. I was examining some source code to a mouse driver today, and the following statement appeared several times. int86 (0x33, ®S, ®S); So I set out on a quest to find documentation on this interupt 33h function. It is not to be found, I even looked in the DOS Encyclopedia, but to no avail. Thus I put this question to you, what is this 33h interupt, and where can I get some docs on it. Thanks. Paul Drover paul1@garfield.mun.cdn