TriCore
®
TC1.6P & TC1.6E
32-bit Unified Processor Core
Instruction Set
V1.0 2013-07
User Manual (Volume 2) 3-133
JLA
Jump and Link Absolute
Description
Store the address of the next instruction in A[11] (return address). Load the value specified by disp24 into PC and
jump to that address. The value disp24 is used to form the effective address (EA).
JLAdisp24 (B)
A[11] = PC + 4;
PC = {disp24[23:20], 7’b0000000, disp24[19:0], 1’b0};
Status Flags
Examples
jla foobar
See Also
J, JI, JA, JL, JLI, CALLA, FCALL, FCALLA, LOOPU
C Not set by this instruction.
V Not set by this instruction.
SV Not set by this instruction.
AV Not set by this instruction.
SAV Not set by this instruction.
31
disp24[15:0]
16 15
disp24[23:16]
8 7
DD
H
0