:: I didn't get your point, :: :: You are saying that Hi-Tech didn't crippled PICC Lite on purpose :: or that :: the code example I presented don't work? No, what I meant was the order in which you gave the code was the wrong way around. You posted. Look how they do 'Var = 0;' : bcf STATUS,C movlw 0 btfsc STATUS,C movlw 1 movwf Var // I think you intended Var = 1 'Var = 1;' clrf Var bsf STATUS,C rlf Var,f // Var = 0 Or am I all at 6's and 7's ? :) Colin -- cdb, colin@btech-online.co.uk on 30/10/2008 Web presence: www.btech-online.co.uk Hosted by: www.1and1.co.uk/?k_id=7988359 -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist