.TITLE ~~/\~~Module_name ;+------------------------------------------------------------------------ ; ; Module: ~~/\~~Module_name ; ; Facility: ~~/\~~Facility_name ; ; Points of Entry: ; ; 1. ~~/\~~Entry_point_name ; ; Function: ; ~~/\~~Function_description ; ; Invocation Protocol: ~~/\~~ VAX/VMS Procedure Calling Standard. ; ~~/\~~Protocol_description ; ; Status Returns: ; ; ~~/\~~ ; ; Notes: ; 1. ~~/\~~ ; ; Revision: 1.0 ~~/\~~Date ~~/\~~Author ; ; Language: VAX/VMS Macro-32 Assembler. ; ; Required Macro Libraries: ; ~~/\~~ STARLET The default VAX System Macro Library. ; (Automatically scanned.) ; ~~/\~~ LIB The master VAX System Macro Library. ; ~~/\~~ MLIB The EG Utility Macro Library. ; ; External Status References: ; ; Facility Defined Status Values: ; ~~/\~~ ; ; VAX/VMS Common Run Time Library Status Values: ; ~~/\~~ ; ; VAX/VMS RMS Status Values: ; ~~/\~~ ; ; VAX/VMS System Service Status Values: ; ~~/\~~ ; ; External Data References: ; ~~/\~~ ; ; External Routine References: ; ; Facility Defined Routines: ; ~~/\~~ ; ; VAX/VMS Common Run Time Library Routines: ; ~~/\~~ ; ; VAX/VMS RMS Routines: ; ~~/\~~ ; ; VAX/VMS System Services: ; ~~/\~~ ; ;-- ;....................................................................... ;... Argument List Offsets ............................................. ;....................................................................... ;....................................................................... ;... Local Read-Only Data Allocations .................................. ;....................................................................... .PSECT _~~/\~~ _LOCAL_RO_DATA, - QUAD, CON, NOEXE, LCL, NOPIC, NOSHR, REL, NOWRT, NOVEC ;....................................................................... ;... Local Writeable Data Allocations .................................. ;....................................................................... .PSECT _~~/\~~ _LOCAL_RW_DATA, - QUAD, CON, NOEXE, LCL, NOPIC, NOSHR, REL, WRT, NOVEC ; Local Status Variable Allocations: ; ~~/\~~ ; Local Variable Allocations: ; ~~/\~~ ;....................................................................... ;... Executable ........................................................ ;....................................................................... .PSECT _~~/\~~ _CODE, - QUAD, CON, EXE, LCL, NOPIC, NOSHR, REL, NOWRT, NOVEC .END