I have the following expression to calculate a parity bit:
AB0E XOR 73C9 XOR D46A XOR 06E3
How would this be evaluated? Is it:
(((AB0E XOR 73C9) XOR D46A) XOR 06E3)
or is it:
(AB0E XOR (73C9 XOR (D46A XOR 06E3)))
There is no difference; XOR is associative.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With