Guardian Programmer's Guide

Table Of Contents
Managing Memory
Guardian Programmer’s Guide 421922-014
17 - 10
Managing the Native User Data Areas
Figure 17-4(c) shows what happens when procedure 1 calls procedure 2. Again the
calling procedure places up to four parameters into registers, stores any additional
parameters into its callout area (which becomes the callin area for procedure 2), and
stores the return address into the ra register. Additional procedures can be called in
this way.