Comments: Binary

Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • 172pilot / about 10 years ago / 1

    I think I found an error.. The text says "A binary number can be either big-endian, where the most-significant digit is the left-most, or little-endian which we’ll use in this tutorial (and you’ll usually see binary numbers written this way)."

    In your examples, and typical representation of binary, the left-most digits are most significant (128,64...2,1) but you say you're using little endian in this tutorial, which doesn't seem to be correct..

    • Member #711462 / about 8 years ago / 1

      This got me confused too. It does seem to be little-endian though, with the LSB in the largest memory address and the MSB in the smallest memory address. Clarifications will be helpful. Thanks!

  • Member #550090 / about 10 years ago / 1

    Cool overview of binary!


If you've found an issue with this tutorial content, please send us your feedback!