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,c86c58d8114ac4a7,start X-Google-Attributes: gid103376,public From: mfb@mbunix.mitre.org (Michael F Brenner) Subject: Alsys 5.1 DOS Interrupts using ES:DI register Date: 1997/08/17 Message-ID: <5t5gvn$dqf@top.mitre.org>#1/1 X-Deja-AN: 264644744 Summary: Anyone have code for non-protected mode interrupts? Organization: The MITRE Corporation Newsgroups: comp.lang.ada Date: 1997-08-17T00:00:00+00:00 List-Id: Does anyone have code for Alsys 5.1 (protected mode compiler) to run non-protected mode interrupts that pass an address in the ES:DI register pair. VECTORA.OBJ provided by Alsys does not permit passing non-protected-mode addresses into the ES:DI register pair. This is needed for such BIOS calls as the VESA BIOS call 4f that gives the superVGA status register information, in order to use dot modes above 800x600.