Hi Joe,

The XOR symbol is ^

Still not sure exactly what you're trying to do, but something like this might work...
Code:
PIN   VAR PORTB.0
OUT1  VAR BIT
OUT2  VAR BIT

PIN = OUT1 ^ OUT2
HTH,
  DT