X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: PM interrupt handling - how to call old old ISR with slower rate than my new ISR Date: Sat, 03 Nov 2007 17:08:08 -0700 Organization: http://groups.google.com Lines: 4 Message-ID: <1194134888.880555.98470@o3g2000hsb.googlegroups.com> References: <1193997973 DOT 429569 DOT 16180 AT y42g2000hsy DOT googlegroups DOT com> <20071102105257 DOT 6AE83570272 AT panel DOT abserver DOT es> <1194008972 DOT 850005 DOT 77660 AT k79g2000hse DOT googlegroups DOT com> NNTP-Posting-Host: 89.176.103.156 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1194134889 14472 127.0.0.1 (4 Nov 2007 00:08:09 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 4 Nov 2007 00:08:09 +0000 (UTC) In-Reply-To: <1194008972.850005.77660@k79g2000hse.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: o3g2000hsb.googlegroups.com; posting-host=89.176.103.156; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk And BTW what INT is better to hook? In some examples I see INT08 and in others INT1C. I use INT08 which should be hardware timer interrupt.