next up previous contents
Next: Modules - Interface Declaration Up: Modules - Global Data Previous: Module Global Data Example

 

Visualisation of Global Storage

  figure10709
Figure 12: Visualisation of Global Storage in a Module

The diagram indicates how the module sits in the memory separated from the subroutines. Both subroutines USE the module so both have access to it which means that both can read and write to it. Placing this data in global memory space removes the need for communicating the current state of stack the via argument lists.


next up previous contents
Next: Modules - Interface Declaration Up: Modules - Global Data Previous: Module Global Data Example

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 15:03:35 GMT 1996
Not for commercial use.