I need to be able to have a 16 bit wide number and be able to implement it in a PIC (16C73). The 16 bit length is a counter for cycles (65535). How do I handle this? Check for overflow in one register and then increment another register? Rob