From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5c89fe49fff7f5b8 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: IRQs and interrupt handlers Date: 1998/05/23 Message-ID: <35662efc.38593625@SantaClara01.news.InterNex.Net>#1/1 X-Deja-AN: 355735255 References: <356307C7.D18D062@cl.cam.ac.uk> <6k1rq4$58t@top.mitre.org> <1998May21.173539.1@eisner> <3565976A.D1B53EA9@catalina-inter.net> Organization: InterNex Information Services 1-800-595-3333 Newsgroups: comp.lang.ada Date: 1998-05-23T00:00:00+00:00 List-Id: Why can't he make an ISR with Gnat? Is it missing machine operations? Can't he link to MASM code? I have an old DOS program that does its own com port interrupts that runs in a DOS box under Win95 (much of the time). Reliability and interrupt latency of course may be a problem...