PIC17CXX Instruction Set


BSF


Syntax : BSF f,b

Operands : 0 ≤ f ≤ 255
           0 ≤ b ≤ 7
			
Description : Bit 'b' in register 'f' is set to 1.

Function : 1 → (f<b>)

Hex code : 8bff

Bit field: 1000 0bbb ffff ffff

Words : 1

Cycles : 1

Affected flags : None

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