On Tue, 18 Apr 2000, Andrew Warren wrote: > Scott Dattalo wrote: > > > swapf mem1,w > > movwf mem2 > > andlf 0xf0 > > xorwf mem2,f > > movwf mem3 > > Nice, Scott. > > -Andy > > P.S. That "andlf" should be an "andlw", no? oops. You're right.