Olin Lathrop wrote: > Vincent Vega wrote: > > SKPNC: skip on no carry, btfsc STATUS,0 > > CLRC: clear carry bcf, STATUS,0 > > Argh!! It's probably been said here a 100 times before, but > apparently that's still not enough. USE THE SYMBOLS IN THE INCLUDE > FILE, not hard coded bit numbers. This should be written: > > btfsc status, c > bcf status, c > > Note the "C" instead of "0". > > I hope it doesn't need to be said 102 times. Olin: Vincent Vega was explaining how SKPNC and CLRC assemble; he wasn't presenting any source code. In this context, the "0" was clearer. -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 hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads