I need to merge two 8-bit numbers from an array into a single 16-bit unsigned number.
My idea was to shift the low bits by 8 and divide the high bit
i.e
<