risc-v

Definition

j (RISC-V)

Jumps to the target address without saving a return address.

j offset

The above is a pseudoinstruction, which is translated to (jal, zero):

jal zero, offset