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,23a17bbd96d53327,start X-Google-Attributes: gid103376,public From: Thomas Larsson Subject: Assembler in Ada? Date: 1999/01/13 Message-ID: <369C5E08.69727537@mbox5.swipnet.se>#1/1 X-Deja-AN: 432060021 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii X-Complaints-To: news-abuse@swip.net X-Trace: nntpserver.swip.net 916217309 130.244.190.158 (Wed, 13 Jan 1999 09:48:29 MET DST) Organization: A Customer of Tele2 MIME-Version: 1.0 NNTP-Posting-Date: Wed, 13 Jan 1999 09:48:29 MET DST Newsgroups: comp.lang.ada Date: 1999-01-13T00:00:00+00:00 List-Id: I would like to write some assembler into my Ada program (to change video mode, use mouse etc). How do I do that? (I have tried to figured out how, but I can't) Can I do it in a way similar to assembler in C or Pascal? eg: _asm { mov cx,100 LP: loop LP } I would appreciate a small example program. Thanks for your help Thomas PS. I do the programming in Win98, not UNIX