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

Bitwise math/Operators/AND/properties

From NetSec
Revision as of 02:28, 19 July 2012 by GertieUbpgdd (Talk | contribs) (Created page with "<noinclude>{{subpage|Bitwise math}}</noinclude> ::* anything AND'd by itself results in itself ::* anything AND'd with 0xF results in itself ::* anything AND'd with 0x0 results i...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
back to Bitwise math


  • anything AND'd by itself results in itself
  • anything AND'd with 0xF results in itself
  • anything AND'd with 0x0 results in 0x0