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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6debbce15a20b2d3 X-Google-Attributes: gid103376,public From: "Jerry van Dijk" Subject: Re: Ada and Intel PC Date: 1997/01/14 Message-ID: <01bc0252$9278dee0$422d5c8b@jerryware>#1/1 X-Deja-AN: 209859334 references: <32DA74E6.306B@ntc.nokia.com> organization: *JerryWare HQ*, Haarlem, Holland newsgroups: comp.lang.ada Date: 1997-01-14T00:00:00+00:00 List-Id: > I'm about to do Ada on 386 (or better) PCs and stuck already in very > basic things, namely console I/O. > > Simply, I would like to know how to read the keyboard (including function > keys F1..F12 and other special keys), and secondly how to write a char > into the screen to a certain cursor position (column, row, display > attribute). There should be waiting and non-waiting keyboard read calls. I don't know how ObjectAda handles it (despite best efforts, I have not been able to buy one over here) but the EZ2LOAD GNAT package for DOS comes with an CONIO library. Jerry.