jlfelectronique

  • Increase font size
  • Default font size
  • Decrease font size

BCF

Envoyer Imprimer

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
 
Mise à jour le Mercredi, 10 Février 2010 15:25