Bug 39: Blindfolded Byte Search
- This identifies the least-significant byte (in an 8-byte integer) that matches a given value.
- If none of the bytes in the 8-byte integer match the given value, -1 is returned.
- Otherwise, the index of the matching byte (between 0 and 7, inclusive) is returned.