Introduction to Microcontroller Programming
About PICmicro Chips
Clocking Your PICmicro Devices E-Blocks Flowcode Step By Step
PICmicro Projects
Labs |
Converting NumbersLet's pull some results out of the table given earlier:
Each time the binary '1' moves one place to the left, it doubles in value in decimal. We can use this idea to convert from one system to the other.
Did you spot the method? In any binary number, the bit at the left-hand end has the highest value. This is known as the Most Significant Bit, (MSB). The one at the right-hand end is worth least, and is the Least Significant Bit, (LSB). For example:
|