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