Questions about this topic? Sign up to ask in the talk tab.
Bitwise math/Operators/XOR/properties
From NetSec
Revision as of 06:12, 19 July 2012 by GertieUbpgdd (Talk | contribs) (moved Bitwise math/NOT, AND, OR and XOR/XOR/XOR properties to Bitwise math/Operators/XOR/properties)
- back to Bitwise math
- Anything xor'd with itself results in 0
- Anything xor'd with 0xF is the same as a "not"
- Anything xor'd with zero results in itself