BBS (branch if bit set) (65C02 processor only) Tags: none

Description:

Jumps relative to the current position if the bit with the specified number in the combo/register on the zero page is deleted. The bit numbers after the '#' character can range from 0 to 7.

Example:

    BBS #3,$F0,.skip    ; jump to label '.skip' if bit 3
                ; in cell $F0 is deleted