Yeah - that could possibly be something interesting and even legal too. BCD - Binary Coded Decimal is as such binary. BCD is the binary equivalent of a decimal value. Binary is a base 2 number system wit LSB to the right and MSB to the left. 128 64 32 16 8 4 2 1 - these are the actual decimal weights of the bits. When a bit is set, in BCD, it's weight is added together with other set bits and their weights to form BCD.
Bookmarks