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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.Oh2LSLzxQ4+YU0Htrufc+A.user.gioia.aioe.org!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Creating several types from a base type and conversion Date: Fri, 24 Jan 2020 15:22:03 +0000 Organization: Aioe.org NNTP Server Message-ID: References: <4878f44b-9f82-45d0-86eb-a63894a2c5bf@googlegroups.com> <3eddd281-9d67-48c2-9cd4-5ad220444c0c@googlegroups.com> <3842411e-b900-4b24-8614-6d034b1ad340@googlegroups.com> NNTP-Posting-Host: Oh2LSLzxQ4+YU0Htrufc+A.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (darwin) Cancel-Lock: sha1:NilzbFh1+/nSqqNZL9HXizBfbnM= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:57935 Date: 2020-01-24T15:22:03+00:00 List-Id: Ken Roberts writes: > Based upon the hardware I worked on (and documentation for the 642 > system), apparently it's BE based: > > Register representation on panel: R bits 29 .. 0 > > where MSB is on the left and LSB on the right. Looks LE to me. If the panel shows bit # ... 5 4 3 2 1 0 lit ... 0 0 0 1 0 1 and the value represented is 5 then it's little-endian; bit 0 is the least significant bit.