Re: Cohen's paper on byte order

From: Francois Grieu (fgrieu@micronet.fr)
Date: 03/31/03

  • Next message: Punchy: "Re: For Mr Douglas A. Gwyn, aka Matt Craig Matfys lurker Byron Bean Lassi Hippelainen"
    From: Francois Grieu <fgrieu@micronet.fr>
    Date: Mon, 31 Mar 2003 06:12:43 +0200
    
    

    In article <3E861901.C7D01169@zetnet.co.uk>,
     David Hopwood <david.hopwood@zetnet.co.uk> wrote:

    > When identifying bits in the binary representation of an integer, there
    > are clear advantages to identifying the bit with weight 2^k as bit
    > number k (independent of byte or bit order). I don't see why this would
    > be dependent on the purpose at hand. An integer is an integer, whatever
    > it is being used for.

    I'm unsure if this contradicts the above, but when the purpose at hand is
    representing a physical quantity with a serialy transmitted number, there
    is a clear advantage to making available the most significant bit first:
    one is able to make a faster and simpler conversion from and to the
    physical world. A Big Endian is able to adjust a physical quantity
    towards a number while the number is being received. I know no other case
    where the Big Endian clearly wins, but still this is an important one.
    And I believe this has to do with why virtually all number representation
    systems developped by early human societies are Big Endians.

      Francois Grieu


  • Next message: Punchy: "Re: For Mr Douglas A. Gwyn, aka Matt Craig Matfys lurker Byron Bean Lassi Hippelainen"

    Relevant Pages

    • Re: Cohens paper on byte order
      ... >> representing a physical quantity with a serialy transmitted number, ... >> where the Big Endian clearly wins, but still this is an important one. ... suppose I was reading the digits ...
      (sci.crypt)
    • Re: Cohens paper on byte order
      ... > I'm unsure if this contradicts the above, but when the purpose at hand is ... > representing a physical quantity with a serialy transmitted number, ... significant bit first (where character code values were treated ...
      (sci.crypt)
    • Re: Cohens paper on byte order
      ... >> be dependent on the purpose at hand. ... > representing a physical quantity with a serialy transmitted number, ... > where the Big Endian clearly wins, but still this is an important one. ... > And I believe this has to do with why virtually all number representation ...
      (sci.crypt)
    • Re: Testing little/big endian issues on an Intel PC
      ... little/big endian issues that I might have left in there. ... test it out without having to buy big-endian hardware. ... emulator etc be used for this? ... Can you recommend a good simulator for this purpose? ...
      (comp.arch.embedded)