Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Bitwise math/Operators/XOR/properties"
From NetSec
GertieUbpgdd (Talk | contribs) (Created page with "<noinclude>{{subpage|Bitwise math}}</noinclude> ::* Anything xor'd with itself results in 0 ::* Anything xor'd with 0xF is the same as a "not" ::* Anything xor'd with zero result...") |
GertieUbpgdd (Talk | contribs) m (moved Bitwise math/NOT, AND, OR and XOR/XOR/XOR properties to Bitwise math/Operators/XOR/properties) |
(No difference)
|
Latest revision as of 06:12, 19 July 2012
- 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