PIC16C5X Instruction Set
BCF
Syntax :
BCF f,b
Description :
Bit 'b' in register 'f' is reset to 0.
Function :
0 → f(b)
Hex code :
4bf
Bit field:
0100
bbbf
ffff
Words :
1
Cycles :
1
Affected flags :
None
See also :
BSF
,
BTFSC
,
BTFSS
Previous
Upper level
Next