What can jump-and-link register (jalr) also be used for, if not procedure returns?
Answer
unconditional jumps
Question
What can jump-and-link register (jalr) also be used for, if not procedure returns?
Answer
?
Question
What can jump-and-link register (jalr) also be used for, if not procedure returns?
Answer
unconditional jumps
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it rocedure return: jump-and-link register instruction jalr x0, 0(x1) Executed by callee Like jal, but jumps to 0 + address in x1 (ra) No return address (x0 cannot be changed) Can also be used for <span>unconditional jumps <span>