How can I use a macro that has a Goto....Label in it more than once in my program? IE: macro . Test . . GOTO Test endm If I use this macro more than once in my program, I get an error about the use of more than one label with the same name. So, how do I get the label to have a different name everytime? Thanks Quentin