SX Embedded Controller Instruction

SNB bit

Description: Skip if not bit
Operation: ( fr & ( 1 << bit )) == 0 ? PC++
Flags affected: none
Registers affected: PC
Sources referenced: bit
Cycles: 1
Opcode:
Details: SX Users Manual page # 123
Microchip PIC syntax: BTFSC bit
Notes: