LOCAL (MASM)
Visual Studio 2008
In the first directive, within a macro, LOCAL defines labels that are unique to each instance of the macro.
LOCAL localname [[, localname]]... LOCAL label [[ [count ] ]] [[:type]] [[, label [[ [count] ]] [[type]]]]...