risc-v

Definition

jr (RISC-V)

Jumps to the address contained in register b without saving a return address.

jr b

The above is a pseudoinstruction, which is translated to:

jalr zero, b, 0