Need byte-splitter utility

From: Eric Smith <eric_at_brouhaha.com>
Date: Wed Apr 2 01:57:42 2003

> 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.
Received on Wed Apr 02 2003 - 01:57:42 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:35:42 BST