| The Encode Bit Position instruction (ENCO) will locate the first bit 
 that is ON in a 32-bit location starting at the least significant bit. For example, for the following bit string: "0000 0000 0000 0000 
 0001 0000 0000 0000" the Output Bit Position Value is 12. 
 If the Bit Pattern has more than one bit position set to a "1", 
 the position of the least significant "1" will be encoded.   
                                |