Questions about this topic? Sign up to ask in the talk tab.

Bitwise math/Operators/OR/rules

From NetSec
Revision as of 03:09, 19 July 2012 by GertieUbpgdd (Talk | contribs) (Created page with "<noinclude>{{subpage|Bitwise math}}</noinclude> :''OR determines if any bits are true from the given binary operands'' ::* 1 or 1 = 1 ::* 1 or 0 = 1 ::* 0 or 0 = 0")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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