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,d000078cf0ac6305 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-12 21:52:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-server.caltech.edu!attla2!ip.att.net!attbi_feed3!attbi.com!sccrnsc01.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Learning Ada-What does this mean. References: X-Newsreader: Tom's custom newsreader Message-ID: <5aeg9.407229$me6.47960@sccrnsc01> NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc01 1031892737 12.234.13.56 (Fri, 13 Sep 2002 04:52:17 GMT) NNTP-Posting-Date: Fri, 13 Sep 2002 04:52:17 GMT Organization: AT&T Broadband Date: Fri, 13 Sep 2002 04:52:18 GMT Xref: archiver1.google.com comp.lang.ada:28901 Date: 2002-09-13T04:52:18+00:00 List-Id: > One more help tmoran,How do we now what is the size of the storage element? The ARM discussion of the representation clause references 'Position, which is defined as an address offset from the start, so what you need to know is the number of bits from address X to X+1. That's of course an 8 bit byte on a PC. Is it a 32 bit word on the AIX?