Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>locals enables local symbols tasm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
LOCALS           Enables Local Symbols                         TASM Directive

  LOCALS [prefix]

     LOCALS enables TASM to generate local symbols (see LOCAL). LOCAL
     symbols usually begin with @@, but by substituting another string
     for prefix, you can use any prefix you want.

       Notes:     Under LOCALS, any symbols defined between nonlocal
                  symbols will be regarded as purely local, and you cannot
                  reference it outside that block. (Nonlocal symbols include
                  PROC, LABEL, and labels defined with a colon.)

See Also: NOLOCALS

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