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,daaf4964abae8ea7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-23 23:55:39 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!213.204.128.162!news000.worldonline.se!news.algonet.se!newsfeed1.telenordia.se!algonet!uab.ericsson.se!erix.ericsson.se!newstoo.ericsson.se!not-for-mail From: "Petter Fryklund" Newsgroups: comp.lang.ada Subject: Re: Ada And Alternate System Architectures Date: Fri, 24 Aug 2001 08:55:53 +0200 Organization: ericsson Message-ID: <9m4slh$ic2$1@newstoo.ericsson.se> References: <3B8528F1.7B664D21@lmtas.lmco.com> <9m3h4n$onh$1@news.online-isp.com> NNTP-Posting-Host: 172.17.76.206 X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Xref: archiver1.google.com comp.lang.ada:12372 Date: 2001-08-24T08:55:53+02:00 List-Id: I worked for UNIVAC ... SPERRY ... UNISYS 1976 - 1991. I'd really love to program a 2200 using Ada. Is it still in use? Randy Brukardt wrote in message <9m3h4n$onh$1@news.online-isp.com>... >>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? > >Yes, Ada does support machines that don't have 8 bit bytes. There have >existed Ada compilers for machines that don't have 8-bit bytes. For >instance, we made a version of Janus/Ada 95 for the Unisys U2200, which >has 36-bit words, and to a lesser extent, 6 and 9 bit bytes. > >Types like Character and Stream_Element can have any size appropriate to >the hardware. The main problem is importing and exporting data created >in such formats. > > Randy Brukardt. > > >