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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ca147c487910c1d8,start X-Google-Attributes: gid103376,public From: Mike Gardner Subject: GNAT: WIN95 - System.Address Question... Date: 1996/09/18 Message-ID: <3240134A.7877@ab.com>#1/1 X-Deja-AN: 181396363 distribution: inet content-type: text/plain; charset=us-ascii organization: Allen-Bradley Company, Inc. mime-version: 1.0 reply-to: mike.gardner@ab.com newsgroups: comp.lang.ada x-mailer: Mozilla 3.0b8Gold (Win95; I) Date: 1996-09-18T00:00:00+00:00 List-Id: Hello, I'm writing an interface to an EISA card which sits in a Gateway computer running WIN95. I need to write a 0x0001 to a real-mode address of CC00H:0804H. Since WIN95 is running in protected-mode, I assume that I need to buy/write a package for peeking and poking values to real-mode addresses... My question is this... Will the GNAT for WIN95 system allow me to directly write to a real-mode address and it handles the nasties of the protected-mode interface? My hunch is that I cannot just simply use the System.Address stuff on this platform and must buy/write an interface package to give me a porthole from protected-mode to real-mode. What do you think? Thanks in advance! Mike Gardner mike.gardner@ab.com