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