[My solutions to A^B -> C follow... Skip this message if you still want to try solving this puzzle for yourself. > Points = 9 - 6 = 3. Looks like you owe me a Bud Lite... Well, if either A or B is in the same bit-spot as C, and the other is either 1 or 4 bits away, then it's possible to do it in 5 instructions: movf A,w ; or "rlf", "rrf", or "swapf" xorwf B,w xorwf C,w andlw 1<