BBR (branch if bit reset) (65C02 processor only) Tags: none

Description:

Performs a jump relative to the current position if the bit with the specified number in the cell/register on the zero page is set to y. Bit numbers after the '#' character can range from 0 to 7.

Example:

    BBR #0,$F 8,.skip    ; jump to label '.skip' if bit No. 0
                ; in cell $F 8 is set to