Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!samsung!uunet!philmtl!philabs!linus!mbunix!duncant From: duncant@mbunix.mitre.org (Thomson) Newsgroups: comp.realtime Subject: Re: Language constructs for interrupt facility Message-ID: <83499@linus.UUCP> Date: 18 Dec 89 00:07:39 GMT Sender: news@linus.UUCP Reply-To: duncant@mbunix.mitre.org (Thomson) Organization: The MITRE Corp. Bedford, MA Lines: 8 BSO's C and Pascal compilers also support a keyword (I think it's "$INTERRUPT") which allows a routine to be identified as an interrupt handler. The compiler then generates the appropriate code, i.e. RTI rather than RTS. They also provide some kind of macro mechanism for initializing the interrupt vector table to connect to your routine. I forget exactly how this works. Duncan Thomson