BeebMaster - CMOS Time


CMOS Time




Binary coded decimal records a number as a hexadecimal number, but in a decimal format, so the alpha characters A to F are not used. 99 in BCD is &99 hex, meaning the number ninety-nine, but it is translated into decimal as 153. So to show the decimal equivalent of a BCD number we have to still display it in hex.



Click here to return to CMOS Time