VMS Help MACRO, VAX MACRO Assembler, Directives, .RESTORE PSECT (.RESTORE) *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Retrieves the program section from the top of the program section context stack, an internal stack in the assembler. .RESTORE_PSECT When .RESTORE_PSECT retrieves a program section, it restores the current location counter to the value it had when the program section was saved. The local label block is also restored if it was saved when the program section was saved. The alternate form of .RESTORE_PSECT is .RESTORE.
|