View Single Post
Old Oct 21, 2010 | 08:58 PM
  #4  
ECU Monitor Enthusiast's Avatar
ECU Monitor Enthusiast
BANNED
iTrader: (1)
 
Joined: Jul 2003
Posts: 12,483
Likes: 0
From: Wiltshire
Default

Originally Posted by lead_foot
a = 0 b = 0 then output is 0
a = 1 b = 0 then output is 1
a = 0 b = 1 then output is 1
a = 1 b = 1 then output is 0

Thats a nice simple way of explaining it in basic terms
Reply