PIC16CXX Instruction Set
BSF
Syntax :
BSF f,b
Description :
Bit 'b' in register 'f' is set to 1.
Function :
1 → f(b)
Hex code :
1bff
Bit field:
01
01bb
bfff
ffff
Words :
1
Cycles :
1
Affected flags :
None
See also :
BCF
,
BTFSC
,
BTFSS
Previous
Upper level
Next