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=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,79de620483de9299 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-13 11:51:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!sfo2-feed1.news.algx.net!allegiance!news-out.spamkiller.net!propagator2-la!propagator-la!news-in.superfeed.net!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail From: "Sergey Koshcheyev" Newsgroups: comp.lang.ada Subject: Re: IO-PORTS Date: Mon, 13 May 2002 20:37:54 +0200 Organization: Czech Technical University Message-ID: References: <3CDFCA77.706@yahoo.com> <3CE000C0.4020602@yahoo.com> NNTP-Posting-Host: m232.dkm.cz X-Trace: ns.felk.cvut.cz 1021315066 95369 62.24.78.232 (13 May 2002 18:37:46 GMT) X-Complaints-To: usenet@ns.felk.cvut.cz NNTP-Posting-Date: Mon, 13 May 2002 18:37:46 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:23971 Date: 2002-05-13T20:37:54+02:00 List-Id: "Qwerty" wrote in message news:3CE000C0.4020602@yahoo.com... > I'm using DOS & Linux (it is not possible in windows to do that > directly, as you 've said). It's not ok to use a package, I really have > to do it myself. But thanks anyway for the help. You have to use machine code insertions, the exact syntax depends on what compiler you use. For GNAT, there was a tutorial somewhere on http://www.adapower.com/. Sergey.