I have an array of eight 8-bit values, each between 0 and 63, and I need to find the index of the first byte that is greater than a (given at runtime) value N.
If we