XOR Binary Numbers

From bibbleWiki
Jump to navigation Jump to search

Introduction

Another holding page for XOR this time. Guessing this is nothing new. Just a truth table and an example

XOR ( ^ )

A result bit is 1 if the input bits are different. A result bit is 0 if the input bits are the same.

   0b1100
   0b1010 

⊕ -------

   0b0110


So the symbol for XOR is sometimes ⊕