View Single Post
Old Oct 21, 2010 | 08:56 PM
  #3  
lead_foot's Avatar
lead_foot
is awesome
iTrader: (1)
 
Joined: May 2005
Posts: 4,802
Likes: 0
From: Chesham, Bucks
Default

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
Reply