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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpda!hpcupt1!jwolf From: jwolf@hpcupt1.HP.COM (John Wolf) Newsgroups: comp.lang.ada Subject: Re: How do you read keystrokes in Ada? Message-ID: <6430002@hpcupt1.HP.COM> Date: 13 May 89 02:02:39 GMT References: <8101@june.cs.washington.edu> Organization: Hewlett Packard, Cupertino List-Id: If REPRESENTATIVE CLAUSES for interrupt vector addresses are supported by your compiler then you could write your own charactor I/O interrupt handler via Ada Tasking. See REPRESENTATIVE CLAUSE in the green book. This would be a way to keep all your code Ada, i.e. not linking to any foreign language objects (this would make the DoD happy). But I have yet to find an Ada compiler where REPRESENTATIVE CLAUSES for interrupt vectors are supported. Think of the Real-Time possibilities with High-Level language programming if it were implemented. jwolf@hpda.HP.COM