From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 17 Feb 93 16:15:08 GMT From: uchinews!iitmax!news@handies.ucar.edu (USERS) Subject: Interrupts Message-ID: <1993Feb17.161508.30722@iitmax.iit.edu> List-Id: Hi everyone, I'm working on an ada application requiring the use of interrupts. I understand you can use tasks to trap interrupts, but haven't tested it. task service is entry ISR; for ISR use at 16#xxx#; end service; My question is: instead of using the overhead of tasks, is it possible to tie the interrupt directly to a procedure? procedure ISR is end ISR; for ISR use at 16#xxx#; Any advice or comments is appreciated. Thanks in advance. Duc Le email: led@sunfs1.dsd.northrop.com