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 > |
---|