Hi all you assembly programmers. I'm trying to code up a fast way to calculate parity of an 8 bit value without relying on the parity flag itself.
I have a solution that is abut 40 bytes long and is a loop that checks each bit and manually calculates parity bit. Is there a quick way I am missing? Thanks
