Anselm R. Garbe wrote:
 1 << n               means, the n-th tag is assigne
Actually "1 << 8"  assign the 9th tag and "1 << 0" the first one.

I guess people working with big endian architectures have to shift on the right with "1 >> 8", don't they?

--
Sidney Amani


Reply via email to