circuitous icon indicating copy to clipboard operation
circuitous copied to clipboard

Extract parity bit without computation

Open sabastiaan opened this issue 2 years ago • 0 comments

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

image

sabastiaan avatar Jul 13 '22 21:07 sabastiaan