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 X-Google-Thread: 103376,daaf4964abae8ea7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-23 10:11:11 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!213.56.195.71!fr.usenet-edu.net!usenet-edu.net!oleane.net!oleane!setranews.setra.fr!not-for-mail From: Claude SIMON Newsgroups: comp.lang.ada Subject: Re: Ada And Alternate System Architectures Date: Thu, 23 Aug 2001 19:10:37 +0200 Organization: SETRA - CTOA Message-ID: <3B85390C.674CA5F1@setra.fr> References: <3B8528F1.7B664D21@lmtas.lmco.com> NNTP-Posting-Host: calamar.setra.fr Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: setranews.setra.fr 998586532 12728 161.48.101.33 (23 Aug 2001 17:08:52 GMT) X-Complaints-To: usenet@setranews.setra.fr NNTP-Posting-Date: 23 Aug 2001 17:08:52 GMT X-Mailer: Mozilla 4.7 [fr] (WinNT; I) X-Accept-Language: fr Xref: archiver1.google.com comp.lang.ada:12343 Date: 2001-08-23T17:08:52+00:00 List-Id: The ARM define a package named System.Storage_Elements in which a type Storage_Element : type Storage_Element is mod ; for Storage_Element'Size use Storage_Unit; Storage_Unit is a constant implementation defined : the number of bits per storage element. Gary Scott a �crit : > Hi, > > A very naive question...does the Ada standard adequately address > non-8-bit byte computers? The Fortran language standard committee > consistently avoids defining anything that relates to a specific > computer architecture implementation (because what if 6-bit character > systems one day become common again...). At a very high level, how are > machine specifics addressed?