.TITLE ~module~ - ~descr~ .IDENT /~rel~~lev~/ .REM | *+ ~module~ - ~descr~ File:~file~ Version: ~rel~~lev~ Author: Last Edit: 7-MAY-1985 15:17:17 Last Update: ~upddate~ ~updtime~ ~purpose~ *- | .LIBRARY /LB:[1,1]GLMAC.MLB/ .MCALL .SBTTL LOCAL DATA .psect ldat,d,lcl,con ; ; use this psect for scratch storage - it is not guaranteed to be saved ; across calls to the module ; .psect data,d,gbl,con ; ; use this psect for module-specific data which must be retained across ; calls to the module ; .PSECT ; code goes in the blank psect .SBTTL .REM | CALL INPUT OUTPUT REGS | .end