> What's the fastest way to reverse a 16-bit mask in C? In 68000 asl? I think it is probably to have an array of reversed masks of size 2^16 and use the forward mask as an index into the array. Do I win a prize?