Richard Mellina wrote: > if you have... > > btfss register, bit > dosomething [arguments] > > ... is MPASM smart enough to change it to... > > btfsc register, bit > goto aftermacro > dosomething [arguments] > aftermacro > > ...or would it not change it causing the "btfss register, bit" to only > skip the first instruction in the macro? Richard: MPASM will not change a BTFSS to a BTFSC/GOTO; if you put a BTFSS immediately before a multi-instruction macro, that BTFSS will skip only the first instruction. -Andy === Andrew Warren -- aiw@cypress.com === Principal Design Engineer === Cypress Semiconductor Corporation === === Opinions expressed above do not === necessarily represent those of === Cypress Semiconductor Corporation -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body