Robert Lunn wrote: > >> movf (bbb+1), w > >> addwf (aaa+1), f > >> .... > > > > The parentheses in the first two lines should not include the > > "+1"'s. > > Well, the "+1"'s have to be somewhere... Bob: Yes, but my point was that every macro paremeter must be enclosed in its own set of parentheses, like this: movf (bbb)+1,w addwf (aaa)+1,f -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 ===