Problem
How do you Assembly code that change the rightmost contiguous set sequence from 1 to 0?
For example: 0b01011100, resetting the right-most contigous sequence of set bits will produce 0b01000000, another example, given the bit sequence 0b10110110, the result will be 0b10110000.