Bit Manipulation Set contains BLSI - this instruction Extracts the lowest set bit from the source operand and set the corresponding bit in the destination register
Could you show an example illustrating what is referred to by the lowest set bit
(last bit in binary representation of an operand ?), what is the performed operation, and in which context or for which kind of applications this operation is used ?