`why 0x35014541 is output of xor eax, ebx? xor does not shows only 1 or 0?
**Register**
eax = 0xffffffff
ebx = 0xcafebabe
**Code**
xor eax, ebx
Output
eax = 0x35014541
Expected
1
`why 0x35014541 is output of xor eax, ebx? xor does not shows only 1 or 0?
**Register**
eax = 0xffffffff
ebx = 0xcafebabe
**Code**
xor eax, ebx
Output
eax = 0x35014541
Expected
1