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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,76813f0de9a78c61 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-04 12:46:02 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!feed.textport.net!out.nntp.be!propagator-SanJose!news-in-sanjose!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: How can you convert..... References: X-Newsreader: Tom's custom newsreader Message-ID: Date: Thu, 04 Oct 2001 19:44:31 GMT NNTP-Posting-Host: 24.7.82.199 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.sfba.home.com 1002224671 24.7.82.199 (Thu, 04 Oct 2001 12:44:31 PDT) NNTP-Posting-Date: Thu, 04 Oct 2001 12:44:31 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:13737 Date: 2001-10-04T19:44:31+00:00 List-Id: >See System.Storage_Elements.To_Integer. >This function converts an address into an appropriate integer type. > >Note that on some systems, an address has less than 32 bits, and on >others, it has more. What do compilers do on systems where addresses are multi-part, eg a segmented address space? Also, what rules prevent X'Address where X is in a different partition?