From: "chimin" Newsgroups: comp.os.msdos.djgpp Subject: Calling Old Interrupt Date: Sat, 21 Oct 2000 11:48:07 +0800 Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 NNTP-Posting-Host: mc-11-5.tm.net.my X-NNTP-Posting-Host: mc-11-5.tm.net.my Message-ID: <39f111ec.0@news.tm.net.my> X-Trace: 21 Oct 2000 11:47:56 +0800, mc-11-5.tm.net.my Organization: TMnet Malaysia To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have hooked the timer interrupt and would like to call it back. After the old timer interrupt there is still some cleanup code i made. The code should work like this Interrupt start My code Call the old interrupt My code Interrupt end Since i am not good in English, hope u understand these