Renesas M32R-FPU User Manual

Page 97

Advertising
background image

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

Advertising