Osama ALASSIRY wrote: > is there a way to goto in a macro? , labels expanded every time into > a new address! Osama: You need to declare the labels as local to the macro, as follows: TEST MACRO LOCAL ADDRESS NOP GOTO ADDRESS ADDRESS NOP ENDM -Andy === Andrew Warren - fastfwd@ix.netcom.com === === Fast Forward Engineering - Vista, California === === === === Did the information in this post help you? Consider === === contributing to the PICLIST Fund. Details are at: === === http://www.geocities.com/SiliconValley/2499/fund.html ===