Here is an excerpt from Myke Predko's "Snippets" page (http://www.myke.com/PICMicro/snippet.htm#No5): . . . 5. Copy Bits from One Register to Another Here is a fast way to save specific bits from one register into another. movf Source, w xorwf Destination, w andlw B'xxxxxxxx' ; Replace "x" with "1" to Copy the Bit xorwf Destination . . . Miro Miroslav Hibler mhibler@usa.net ____________________________________________________________________ Get free e-mail and a permanent address at http://www.netaddress.com/?N=1