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.1 required=5.0 tests=BAYES_20,INVALID_DATE, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ncar!zaphod.mps.ohio-state.edu!rphroy!cfctech!ttardis!dbl7201 From: dbl7201@ttardis.UUCP (David B Lightstone) Newsgroups: comp.lang.ada Subject: Allowing C Programs to call ADA Keywords: ADA, C Message-ID: <2688@ttardis.UUCP> Date: 21 Feb 91 20:20:12 GMT Organization: self employed List-Id: There may be a back door method for allowing C to call ADA. Pass data thru common storage areas. Set up an ADA interrupt handler at a very low priority. Have the C program invoke the interrupt handler. The strategy is a variation on having an Assembler language interrupt handler (speed considerations) activate an ADA task. It should work on 68000 and 80368 architecture machines. I can't comment on its success as I have not tried this strategy by did discuss it once with Telesoft tech support (they didn't blast iit out of the water then).