Definition
ra ( RISC-V)
rais the RISC-V integer registerx1, designated as the return address register. It holds the program counter (PC) value to which control should return after a function call completes.The register is automatically written by the
jalandjalrinstructions when they save the return address, and theretpseudoinstruction (encoded asjalr x0, x1, 0) reads fromrato perform the return.