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 Lines: 11 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