Syntax : BTFSC f,b
Operands : 0 ≤ f ≤ 255 0 ≤ b ≤ 7 Description : If bit 'b' in register 'f' is 0, then the next instruction is skipped. If bit 'b' is '0', the next instruction, fetched during the current instruction execution, is discarded and a NOP is executed instead, making this a two cycles instruction.
Bit field: | 1001 |
1bbb |
ffff |
ffff |