GNU Info

Info Node: (nasm.info)Section 4.7.3

(nasm.info)Section 4.7.3


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

4.7.3. Context-Local Single-Line Macros
---------------------------------------

   NASM also allows you to define single-line macros which are local to
a particular context, in just the same way:

     %define %$localmac 3

   will define the single-line macro `%$localmac' to be local to the top
context on the stack. Of course, after a subsequent `%push', it can
then still be accessed by the name `%$$localmac'.


automatically generated by info2www version 1.2.2.9