home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8967 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  999 b 

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!gatech!taco!dspascha
  2. From: dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Trapping INT 21 is easy.
  5. Message-ID: <1992Sep1.215423.29910@ncsu.edu>
  6. Date: 1 Sep 92 21:54:23 GMT
  7. References: <1992Aug31.230136.2195@brandonu.ca>
  8. Sender: news@ncsu.edu (USENET News System)
  9. Reply-To: dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL)
  10. Organization: North Carolina State University, Project Eos
  11. Lines: 10
  12. Originator: dspascha@c00089-100lez.eos.ncsu.edu
  13.  
  14.  
  15. Hi.  Whenever the 80x86 invokes an interrupt handler, it clears the interrupt
  16. and trap flags after it pushes the old copy onto the stack.  In a non-hardware
  17. interrupt handler it's generally a good idea to re-enable interrupts (with STI)
  18. but always disable them when you chain to the previous handler.  I'm not sure if
  19. this is the problem in your case (sounds really weird!) but it might be
  20. something to check on.
  21.  
  22. Tschuess,
  23. David Paschal
  24.