Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Push/Pop Assembler Settings
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   PUSHCONTEXT context
 
            POPCONTEXT context
 
  See also: ASSUME, RADIX, LIST, Processor selection directive
 
  Description:
 
     PUSHCONTEXT stores the context information indicated in <context>.
     POPCONTEXT restores the context information indicated in <context>.
     You can nest PUSHCONTEXT directives up to 10 levels.
 
     You can use these directives to save and restore the state of the
     assembler in include files and procedures.
 
     <context>         Items Saved
 
     ASSUMES           Register assumptions
     RADIX             Current default radix
     LISTING           Listing and cref flags
     CPU               CPU and coprocessor directives
     ALL               All of the above
                                    -♦-