|
Branch instructions
RJMP Relative Jump CPSE Compare, skip if equal
IJMP Indirect jump to (Z) SBRC Skip if register bit clear
JMP Jump SBRS Skip if register bit set
RCALL Relative call to subroutine SBIC Skip if IO bit clear
ICALL Indirect call to (Z) SBIS Skip if IO bit set
CALL Call subroutine BRBC Skip if status bit clear
RET Subroutine return BRBS Skip if status bit set
RETI Interrupt return BR* Conditional branch
|
|
|