Hi - I have a count register, which is made up of two 32-bit "words" - one for the high half of the value, and other for the lower 32 bits of the value.
What is the best way in C to combine these two values - I just want to stick them together so they are one large number, and then display them.
What is the best way in C to combine these two values - I just want to stick them together so they are one large number, and then display them.
Comment