The called procedure must [...] the Saved registers from the caller procedure before returning.
Answer
load
Question
The called procedure must [...] the Saved registers from the caller procedure before returning.
Answer
?
Question
The called procedure must [...] the Saved registers from the caller procedure before returning.
Answer
load
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it n> The called procedure saves the Saved registers from the caller procedure if it wants to use them. The called procedure saves the Saved registers to the stack. The called procedure must load the Saved registers from the caller procedure before returning. The called procedure loads the Saved registers from the stack. The Saved registers are (s0-s11). <span>