Is it possible to compute XOR using the ALU flags? That is by using two's complement addition and 'AND'?
Currently I'm computing XOR outside the textbook ALU using a XOR chip.
I'm assuming no, otherwise it would have been included... but maybe it is possible?