I want to set bit #1 equal to 0 (aka "clearing" it). Which mask would I use?
Would 01000000 be correct when used with the AND operator?
or:
Would 10000000 be correct?
2.1m questions
2.1m answers
60 comments
57.0k users