Assembler Directives and
.EXPORT Directive
MILLI_EXT | Locates code for the entry point of an |
| external millicode routine. |
PLABEL | Locates a pointer to a procedure. |
PRI_PROG | Designates the primary program |
| entry point. The outer block of HP |
| |
| program in HP FORTRAN |
| are type PRI_PROG. |
| In |
| PRI_PROG symbols map to |
| STT_FUNC. |
SEC_PROG | Designates a secondary program |
| entry point. |
| In |
| SEC_PROG symbols map to |
| STT_FUNC. |
argument-
description Allows you to communicate to the linker the types of registers used to receive floating point arguments and return floating point return results. Similarly, this information can be communicated in the .CALL directive.
The linker requires this information, since the Procedure Calling Convention described in the documents under the topic
The form of
86 | Chapter 4 |