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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cd3914726ae2d923 X-Google-Attributes: gid103376,public From: joshhighley@hotmail.com (Josh Highley) Subject: How to use Assembly in Ada Date: 1999/02/19 Message-ID: <36cd773b.0@silver.truman.edu>#1/1 X-Deja-AN: 446190048 Content-Type: Text/Plain; charset=US-ASCII Organization: Missouri Research and Education Network Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-19T00:00:00+00:00 List-Id: To put it simply, I want to use assembly code to position the cursor at a certain row and column. I'd like to pass the row and column parameters to the assembly code from an Ada program. From what I've read, I'll need to use pragmas. However, I've checked the ARM but I couldn't get much useful info from it. If anyone knows of some short and sweet examples or a source with a good explanation of what I need to do, then I would be forever grateful. I using GNAT 3.10, AdaGIDE 6.18, and Win95 but my program is for good ol' DOS. Thanks, Josh Highley joshhighley@hotmail.com http://angelfire.com/mo/joshhighley