XOR Examples
Example 1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AAAAA |
|
| |||||
|
|
|
|
|
|
AAbAA |
No Condition Flags are set (all FALSE).
'A' ==> 0100 0001
'#' ==> 0010 0011
---------
'b' ==> 0110 0010
Example 2:
|
|
|
|
|
|
|
|
|
|
|
|
|
0x11 |
|
|
|
|
0x 01110111 |
|
| |||
|
|
|
|
0x0 01110100 |
No Condition Flags are set (all FALSE).
3 ==> 0000 0011
119 ==> 0000 0000 0111 0111
-------------------
116 ==> 0000 0000 0111 0100
![]() |