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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4496739ae1ce2da4 X-Google-Attributes: gid103376,public From: ocremel@idiom.com (Olivier Cremel) Subject: An Interface question Date: 1996/07/16 Message-ID: <4sgmgc$n66@idiom.com>#1/1 X-Deja-AN: 169207275 organization: Idiom Consulting - ISP, http://www.idiom.com newsgroups: comp.lang.ada Date: 1996-07-16T00:00:00+00:00 List-Id: I'm using an m68k OS (AmigaOS) where system calls expect arguments in registers, not on the stack as normal convention has it. I've been reading all Ada95 documents I have but I haven't found a way to express that convention either for me to access a system call or to provide one. Short of writing assembly wrappers, is there a way ? Thanks, Olivier.