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/25 Message-ID: #1/1 X-Deja-AN: 205911082 references: <1996Dec23.124409.5432@news> <01bbf23f$f54dd200$LocalHost@jerryware> organization: New York University newsgroups: comp.lang.ada Date: 1996-12-25T00:00:00+00:00 List-Id: Jerry said "Hmmmm, I didn't know 3.04 for DOS supported Machine_Code... But even the I wouldn't recommend doing it this way. On a 16-bit real-mode compiler, this would be easy.. On a 32-bit protected mode compile (& runtime) your code would also have to handle the mode switches (RM<->PM), transfer, callbacks, etc. Better use the existing DJGPP code." Machine_Code is not supported till version 3.07 (the current public release of the DOS version is 3.05, we hope to see a 3.07 in the near future, we are working on it right now).