Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!ccncsu!mozart!barbourj From: barbourj@mozart.cs.colostate.edu (jim barbour) Newsgroups: comp.os.msdos.programmer Subject: Need to know how to chain interrupts in TURBO C++ 1.0 Message-ID: <14152@ccncsu.ColoState.EDU> Date: 11 Apr 91 17:06:26 GMT Sender: news@ccncsu.ColoState.EDU Distribution: usa Organization: Colorado State University Lines: 12 Originator: barbourj@mozart I'm wanting to insert my own routine in int 1ch (timer tick) I've been told that I can just call the old interrupt routine from my new one. This would seem to incur a lot of overhead, and its unclear who will maintain the stack. What I'd like to do is just to JMP to the address of the old routine once my routine has finished. Has anyone figured out a way to do this? Thanks, Jim Barbour (jwbarbour@clipr.colorado.edu)