Is there an efficient method to achieve the following using binary operations?
First byte : 1001 1110
Second byte : 0001 0011
Desired outcome : 1000 1100
I am looking to reset all bits in the first byte that correspond to bit values of 1 in the second byte.