The called procedure saves the Saved registers from [...] if it wants to use them.
Answer
the caller procedure
Question
The called procedure saves the Saved registers from [...] if it wants to use them.
Answer
?
Question
The called procedure saves the Saved registers from [...] if it wants to use them.
Answer
the caller procedure
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it 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