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

Difference between revisions of "Bitwise math/Operators/AND/properties"

From NetSec
Jump to: navigation, search
(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...")
 
 
(No difference)

Latest revision as of 07:16, 19 July 2012

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