PIC17CXX Instruction Set
BTG
Syntax : BTG f,b
Operands : 0 ≤ f ≤ 255
0 ≤ b ≤ 7
Description : Bit 'b' in register 'f' is inverted.
Function : not ( f<b> ) → ( f<b> )
Hex code : 3bff
Bit field: |
0011 |
1bbb |
ffff |
ffff |
Words : 1
Cycles : 1
Affected flags : None
See also : BCF,
BSF,
BTFSC,
BTFSS
Previous
Upper level
Next