|
Syntax: |
Operation: |
Operands: |
Program Counter: |
Opcode |
Comment |
Stack: |
|
JMP k |
PC = k |
0 <= k < 4M |
PC = k |
1001010kkkkk110kkkkkkkkkkkkkkkkk |
Unchanged |
Jump to an address within the entire 4M (words) program memory. See also RJMP.
This instruction is not available on all devices. Refer to Appendix A.
|
I |
– |
||
|
T |
– |
||
|
H |
– |
||
|
S |
– |
||
|
V |
– |
||
|
N |
– |
||
|
Z |
– |
||
|
C |
– |
mov r1,r0 ; Copy r0 to r1
jmp farplc ; Unconditional jump
...
farplc:
nop ; Jump destination (do nothing)
2 (4 bytes)
|
Name |
Cycles |
|
AVRe |
3 |
|
AVRxm |
3 |
|
AVRxt |
3 |
|
AVRrc |
N/A |