I thought I read somewhere...here or elsewhere, that with the 18F series you can reuse labels inside a macro? I built and tested some macros then went to implement them in a few places and came up with duplicate labels upon building the file. So, can you do this, and if so, whats the trick? example as follows...on a 18F4680 min_value macro cMSB,compMSB,cLSB,compLSB movf cMSB,w cpfsgt compMSB bra _minTstLsb movff cMSB,compMSB movff cLSB,compLSB bra _minDone _minTstLsb movf cLSB,w cpfsgt compLSB bra _minDone movff cMSB,compMSB movff cLSB,compLSB _minDone endm Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist