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,86ec22e070e319c0 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: How do I get this to work?? Date: 1999/01/05 Message-ID: <36926c54.2583014@news.pacbell.net>#1/1 X-Deja-AN: 429121069 References: <76s0dp$1v4$1@nntp3.uunet.ca> <76tbvv$ba5$1@nntp3.uunet.ca> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 915565797 206.170.2.18 (Tue, 05 Jan 1999 11:49:57 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Tue, 05 Jan 1999 11:49:57 PDT Newsgroups: comp.lang.ada Date: 1999-01-05T00:00:00+00:00 List-Id: >... you should probably use 'Address rather than 'access NO. 'address is non-portable. For instance, one of the compilers I use regularly uses the full Intel segment:offset form, all 32 bits, for 'address, vs 32 bits with (Win32's) implied segment for 'access.