previous | start | next

Special Identities

Fill in the missing entries for this example with 8 bit values.

y 11011001
0x0 00000000
y ^ 0x0
y 11011001
~y
0xFF 11111111
y ^ 0xFF

 



previous | start | next