XORWF Exclusive OR W with fÂ
Syntaxe : | XORWF f,d | |
Opération : | (W) OU Exclusif (f) -> (destination) | 0 < f < 127 |
Bits d'état affectés : | Z |
Â
Description : |
Effectue un OU EXCLUSIF entre le contenu de W et du registre f.
Le résultat est placé dans le registre W si d=0 ou dans le registre f si d=1.
|
Â
Exemple : | XORWF REG,1 | |
avant l'instruction | REG = AFh  W = B5h | |
après l'instruction | REG = 1Dh W = B5h |
Â
< Précédent |
---|