Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
578 views
in Technique[技术] by (71.8m points)

operator keyword - How do I use a mask to set bit #1 to 0 in 8-bit binary?

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?

question from:https://stackoverflow.com/questions/65910360/how-do-i-use-a-mask-to-set-bit-1-to-0-in-8-bit-binary

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
...