BCF Bit Clear f
Syntaxe : | BCF f,b | |
Opération : | 0 -> (f<b>) |
0 < f < 127
0 < b < 7
|
Bits d'état affectés : | Aucun |
Description : |
Met à 0 le bit numéro b de f.
|
Exemple : | BCF REG,7 | |
avant l'instruction |
REG = C7h
|
|
après l'instruction | REG = 47h |
< Précédent | Suivant > |
---|