[RISC-V] What is the Jump-and-Link function doing?
Answer
Procedure call
Question
[RISC-V] What is the Jump-and-Link function doing?
Answer
?
Question
[RISC-V] What is the Jump-and-Link function doing?
Answer
Procedure call
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it Procedure call instructions Procedure call: jump-and-link instruction jal x1, ProcedureLabel Executed by caller Puts address of instruction after this one in x1 (ra) (return address) Jumps to target address of ProcedureLabel Pro