PIC16CXX Instruction Set


BCF


Syntax : BCF f,b

Description : Bit 'b' in register 'f' is reset to 0.

Function : 0 → f(b)

Hex code : 1bff

Bit field:
01 00bb bfff ffff

Words : 1

Cycles : 1

Affected flags :None

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