What is Bit and Byte Masking - Embedded C interview question
Embedded C interview question
What is bit/byte masking?
Answer
By masking we means the corresponding bit of a packed operand propagates into the result Unchanged or inverted or whether that bit of the result is cleared to 0 or 1.
No comments:
Post a comment