PIC17CXX Instruction Set


BCF


Syntax : BCF f,b

Operands : 0 ≤ f ≤ 255
           0 ≤ b ≤ 7
Description : Bit 'b' in register 'f' is reset to 0.
Function : 0 → (f<b>)

Hex code : 8bff

Bit field: 1000 1bbb ffff ffff

Words : 1

Cycles : 1

Affected flags : None

See also :   BSF,   BTFSC,   BTFSS,   BTG
Previous    Upper level    Next