Questions about this topic? Sign up to ask in the talk tab.
Bitwise math/Operators/OR/rules
From NetSec
- back to Bitwise math
- OR determines if any bits are true from the given binary operands
- 1 or 1 = 1
- 1 or 0 = 1
- 0 or 0 = 0