Hi,
I was just wondering how to get the parity bit from a 7bit word
I was just wondering how to get the parity bit from a 7bit word
You can "or al, al" "setpe ah", Then ah contains a 1 if the parity is even. Or use setpo if you want odd parity.
Mirno
Mirno
thanks