Bit numbering
From Wikipedia, the free encyclopedia
A container for 8-bit binary number with the highlighted least significant bit assigned the bit number 0
A container for 8-bit binary number with the highlighted most significant bit assigned the bit number 0
In computing, bit positions in a binary number or a container for such a value are assigned a bit number. The bit number starts with zero and is incremented by one for each subsequent bit position. When the bit numbering starts at zero for the least significant bit the numbering scheme is called "LSB 0". Similarly, when the bit numbering starts at zero for the most significant bit the numbering scheme is called "MSB 0". [1]
The Internet Request for Comments documents use "MSB 0" bit numbering.
[edit] References
- ^ Langdon, Glen G. (1982). Computer Design. Computeach Press Inc., pp. 52. ISBN 0-9607864-0-6.

