> ; macro definition: > mymacro macro > bla > local_label: bla > bla > goto local_label > bla > endm > > ; main program: > bla > mymacro > bla > mymacro > bla > > I have found a workaround for this: I number the labels for each > instanciation, but I hope someone knows a simpler and more straight > forward solution than this: > > variable i > mymacro macro > i+=1 > bla > local_label#v(i): > bla > goto local_label#v(i) > bla > endm > > Sorry: Maybe the syntax is not correct, I wrote this down from memory > - but it works for me. > > -- > Stefan Bormann s.bormann@tu-bs.de > > FREMO: http://ourworld.compuserve.com/homepages/shipmill/inhalt.htm Try : mymacro macro local this_is_a_local_label nop this_is_a_local_label nop endm -- Friendly Regards Tjaart van der Walt ______________________________________________________________ | Another sun-deprived R&D Engineer slaving away in a dungeon | |WASP International GSM vehicle tracking and datacomm solutions| | +27-(0)11-622-8686 | http://wasp.co.za | |______________________________________________________________|