6.90.1 Description
Relative jump to an address within PC - 2K +1 and PC + 2K (words). For AVR microcontrollers with pogram memory not exceeding 4K words (8 KB), this instruction can address the entire memory from every address location. See also JMP.
Operation: | ||||
(i) |
PC ← PC + k + 1 | |||
Syntax: |
Operands: |
Program Counter: |
Stack: | |
(i) |
RJMP |
k -2K ≤ k < 2K |
PC ← PC + k + 1 |
Unchanged |
16-bit Opcode:
1100 | kkkk | kkkk | kkkk |