Format |
Syntax: |
Operation: |
Operands: |
Architecture revision |
Opcode | ||||||||||||
1 |
rcall PC[disp] |
LR = PC + 2 PC = PC + (SE(disp10)<<1) |
disp ∈ {-1024, -1022, ..., 1022} |
Rev1+ |
| ||||||||||||
2 |
rcall PC[disp] |
LR = PC + 4 PC = PC + (SE(disp21)<<1) |
disp ∈ {-2097152, -2097150, ..., 2097150} |
Rev1+ |
|
PC-relative call of subroutine
Q: |
Not affected. |
V: |
Not affected. |
N: |
Not affected. |
Z: |
Not affected. |
C: |
Not affected. |