Boolean logic identities
Inversion: 0' = 1
1' = 0
Involution: X'' = X
Dominance: X+1 = 1
X*0 = 0
Identity: X+0 = X
X*1 = X
Idempotence: X+X = X
X*X = X
Compliment: X+X' = 1
X*X' = 0
Commutativity: X+Y = Y+X
X*Y = Y*X
Associativity: X+(Y+Z) = (X+Y)+Z
X*(Y*Z) = (X*Y)*Z
Distributivity: X+(Y*Z) = (X+Y)*(X+Z)
X*(Y+Z) = (X*Y)+(X*Z)
Absorption: X*(X+Y) = X
X+(X*Y) = X
DeMorgans: X+Y = (X'*Y')'
X*Y = (X'+Y')'
|
Powers of 2
Hex:
|
Marie instructions and machine code
the address of X otherwise Skipcond: 000 for <, 400 for =, 800 for > IR: instruction register
|