Definition
ret (RISC-V)
Returns to the caller by jumping to the address in ra.
retThe above is a pseudoinstruction, which is translated to:
jr ra
ret (RISC-V)
Returns to the caller by jumping to the address in ra.
retThe above is a pseudoinstruction, which is translated to:
jr ra