ADDWF Add W and f
Syntaxe : | ADDWF f,d | |
Opération : | (W) + (f) -> (destination) | 0 < f < 127 |
Bits d'état affectés : | C, DC, Z |
Â
Description : |
Additionne le contenu de W avec le contenu du registre f.
Le résultat est placé dans le registre W si d=0 ou dans le registre f si d=1.
|
Â
Exemple : | ADDWFÂ FSR,0 | |
avant l'instruction | W = 17h FSR = C2h | |
après l'instruction | W= D9h FSR = C2h |
Â
< Précédent | Suivant > |
---|