Bit-mapping

Bit-mapping is a technique whereby a decimal number is used for up to 8 separate binary settings. In this case the decimal number is a number between 0 and 255.

Bit mapping is used because a decimal number is more easily to memorize than a word of 8 bits.




See also