GNU Info

Info Node: (nasm.info)Section 4.7.1

(nasm.info)Section 4.7.1


Next: Section 4.7.2 Prev: Section 4.7 Up: Section 4.7
Enter node , (file) or (file)node

4.7.1. `%push' and `%pop': Creating and Removing Contexts
---------------------------------------------------------

   The `%push' directive is used to create a new context and place it on
the top of the context stack. `%push' requires one argument, which is
the name of the context. For example:

     %push    foobar

   This pushes a new context called `foobar' on the stack. You can have
several contexts on the stack with the same name: they can still be
distinguished.

   The directive `%pop', requiring no arguments, removes the top context
from the context stack and destroys it, along with any labels associated
with it.


automatically generated by info2www version 1.2.2.9