Syntax: BRBC s,<address>
Operation: if (SREG<s> == 0) PC = PC + <address> + 1
Flags: None
branches to the address given from a relative offset if the bit in the status register is clear. Assembles to one of the BR* instructions.
Example:
BRBC 5,label
|
|
|