At 11:43 AM 10/6/2003 -0400, Roberts II, Charles K. wrote: >I wrote Microchip about BTFSS skiping a Macro and this is what they told >me. Below is there reply and my orginal message to them. > >Chuck Roberts > > > >>Charles, >>Yes instructions such ast BTFSS will skip over a macro. Ok, how would it know how many instructions to skip? BTFSS/c skip the next instruction, right? Otherwise, it would have to act as a relative, or absolute jump of vairable length, and that would require a range limitation, or trailing parameter to take the absolute address. The instruction is documented as BTFSS file,bit so there's no way to input where to jump to.. So, it seems obvious that this has to be a 'skip next instruction' implementation, and it will skip the first instruction of your macro, but it will not skip the entire macro. One reason I don't use macros... -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.