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-Thread: 103376,9dec3ff1604723d9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!fr.ip.ndsoftware.net!newsfeed.freenet.de!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Bitordering? was Re: Bitmanipulation in Ada Date: Fri, 20 Aug 2004 22:57:40 +0200 Organization: T-Online Message-ID: <412665C4.E52A7590@alfred-hilscher.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1093035833 01 23187 oKpHXAHLTRfNvhS 040820 21:03:53 X-Complaints-To: usenet-abuse@t-online.de X-ID: ZqSKIoZfreVFlEr+Ti4JH5GreGHT2nYkO1nsgDY1OUVaHrJZ5M9u0v X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de Xref: g2news1.google.com comp.lang.ada:2900 Date: 2004-08-20T22:57:40+02:00 List-Id: Sorry that I interfere here, I have a question in this context, too. When I declare an boolean array with eight elements 1..8 (e.g. to address a hardware port with eight status bits), how are they ordered is X(1) the msb or the lsb of the byte? X(1) = 2**7 and X(8) = 2**0 or X(1) = 2**0 and X(8) = 2**7 Bernd Specht schrieb: > > Hi, > > i have some questions regarding bitmanipulations: [...] ----------------------------------------------------- To send me mail, please replace "Spam" by "Jedermann" -----------------------------------------------------