RLF Rotate Left f through Carry
Syntaxe : | RLF f,d | |
Opération : | ![]() |
0 < f < 127 |
Bits d'état affectés : | C |
Description : |
Rotation d’un bit à gauche du contenu de f et de la retenue (C).
Le résultat est placé dans le registre W si d=0 ou dans le registre f si d=1.
|
Exemple : | RLF REG,0 | |
avant l'instruction | REG1 = % 1110 0110 C=0 | |
après l'instruction |
REG1 = % 1110 0110
W = % 1100 1100 C=1
|
< Précédent | Suivant > |
---|