Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>name assign name to module masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
NAME             Assign Name to Module                         MASM Directive

  NAME      modulename

    Assigns a name to the current module.

       Notes:     The module name may be of any length, but only the first
                  six characters are significant. Any combination of
                  letters and digits may be used.

                  LINK uses the module name in reporting errors. If no
                  NAME directive is used, the assembler uses a name
                  supplied via the first 6 characters of the TITLE
                  directive. If no TITLE directive is declared, the
                  assembler uses the default name A.

See Also: TITLE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson