home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!destroyer!gumby!yale!not-for-mail
- From: stone-andy@cs.yale.edu (Andy Stone)
- Newsgroups: comp.programming
- Subject: Re: Mouse handlers??
- Date: 13 Dec 1992 15:15:57 -0500
- Organization: /homes/majors/stonea/.organization
- Lines: 8
- Distribution: usa
- Message-ID: <1gg5ltINNkuq@MACAW.ZOO.CS.YALE.EDU>
- References: <1992Dec10.195254.4484@wheaton.wheaton.edu>
- NNTP-Posting-Host: macaw.zoo.cs.yale.edu
- In-reply-to: alliso@david.wheaton.edu's message of Thu, 10 Dec 1992 19:52:54 GMT
-
- My problem with this was that I was declaring my handler as an interrupt
- routine (and thus returning with iret). Actually, your handler is not an
- interrupt, just a normal (far) procedure, and thus should return using retf.
-
-
- --
- | Andy Stone |
- stonea@minerva.cis.yale.edu
-