Thanks Quentin, works like a charm. I had seen the LOCAL option for variables local to a macro, I didn't realize that it could be applied to labels as well. Lyle -----Original Message----- From: Quentin [mailto:qsc@IPTECH.CO.ZA] Sent: Monday, March 24, 2003 8:21 AM To: PICLIST@MITVMA.MIT.EDU Subject: Re: [PIC]: MPASM Macro help Please Hi You can "include" labels in a Macro by making them LOCAL to that macro. ex: test MACRO LOCAL loop ;, labeln..... loop GOTO loop endm -- Quentin qsc@iptech.co.za www.iptech.co.za -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics