Renesas M32R-FPU Manual Do Utilizador

Página de 192
3
3-59
M32R-FPU Software Manual (Rev.1.01)
JL
JL
branch instruction
Jump and link
[Mnemonic]
JL  Rsrc
[Function]
Subroutine call (register direct)
R14 = ( PC & 0xfffffffc ) + 4;
PC = Rsrc  & 0xfffffffc;
[Description]
JL causes an unconditional jump to the address specified by Rsrc and puts the return address
in R14.
The condition bit (C) is unchanged.
[EIT occurrence]
None
[Encoding]
1110
0001
JL  Rsrc
src
1100
INSTRUCTIONS
3.2 Instruction description