Main Page

encyclopedia.codeboy.net

 

Most significant bit

In a byte, every bit has a value based upon the bit's position in the byte. The bit which has the largest value is called the most significant bit. This can also refer to the MSB of any field of bits, such as a word, or double word.

See also: Least significant bit


"C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup