ON 20030610@11:58:53 AM at page: http://www.piclist.orgmicrochip/math/bit/setbit.htm JMN-EFP-786 James Newton published post 37782.0905324074
; 2003-06-10T09:01:22Z
; test bit #n of working register, Z flag set properly, W left with bit

    btfsc   n,0
    andlw   0xaa
    btfss   n,0
    andlw   0x55
    btfsc   n,1
    andlw   0xcc
    btfss   n,1
    andlw   0x33
    btfsc   n,2
    andlw   0xf0
    btfss   n,2
    andlw   0x0f
|Delete 'P-' before: '' but after: '