This simple datapath is of a single-cycle nature.
JAL Instruction

The JAL instruction branches the PC by a specified offset, and stores the current PC + 4 value into register $31.

It's syntax is:
JAL offset.

The sample JAL instruction demonstrated in the datapath above is JAL .

The instruction's equivalent in binary is:

No registers in the register file is used explicitly by this instruction.