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,1dca1cee347390dd X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: DOS interrupts with GNAT 3.04 Date: 1996/12/24 Message-ID: #1/1 X-Deja-AN: 205790334 references: <1996Dec23.124409.5432@news> organization: New York University newsgroups: comp.lang.ada Date: 1996-12-24T00:00:00+00:00 List-Id: "Rich Maggio writes: > I am wondering if there are any provisions (aside from interfacing to another > programming language) in this Ada compiler to access the software interrupts > in DOS. The reason is this: by doing this, it would be very simple to put > together a package to perform nice screen output - cursor positioning, > character attributes, etc." The best way to put together a package like that would be to generate the necessary int sequences directly using package Machine_Code. Of course this is only done once in the body of the package.