Stefan Bormann wrote: >I wonder if there is a simple way to use jump-labels within macros, >which are instanciated more than once. Stefan, Define the label as local within the macro definition, e.g.: ; macro definition: mymacro macro local xxx bla xxx: bla bla goto xxx bla endm -- Bob Fehrenbach Wauwatosa, WI bfehrenb@execpc.com