Currently the value relevant for parity gets extracted through and it with an 8 bit representation of 1. This value is Xor'd with a 1
We can just simply truncate the original value to it's last bit and Not the value instead.
Example input that generates this: 4801c0

Currently the value relevant for parity gets extracted through
andit with an 8 bit representation of1. This value is Xor'd with a1We can just simply truncate the original value to it's last bit and
Notthe value instead.Example input that generates this:
4801c0