What is the difference between odd/even and high/low?
>As it turns out, it's not an odd-even split I need; It's
> high-byte/low-byte split.
On a big-endian processor, the high byte is the even byte, and the
low byte is the odd byte.
On a little-endian processor, it's the other way around.