HP.com home PA-RISC Procedure Calling Conventions Reference Manual > Appendix A Standard Procedure Calls

A.6 Other Compiler-Generated Information

MPE documents

Complete PDF
Table of Contents

(Letters correspond to those accompanying directive blocks.)
  1. .SPACE and .SUBSPA specify the proper space and subspace for the instructions that follow.

  2. This four-directive sequence appears at the beginning of every procedure. The directives are summarized in Appendix B.

  3. The directives .EXIT and .PROCEND appear at the end of every procedure. Their functions are summarized in Appendix B.

  4. The .EXPORT list, which is the list of all procedures contained within this process that can be globally accessed.

  5. The .IMPORT list, which is the list of all procedures that this process is dependent upon (includes the system initialization and process termination procedures mentioned in the main program code).




A.5 Code Description


A.7 External Calls