3
3-59 M32R-FPU Software Manual (Rev.1.01)
JLJL
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]
11100001 JL Rsrcsrc1100
INSTRUCTIONS
3.2 Instruction description