How does one go about clearing the CC register? It doesn't appear there's a specific op for it, so for now I'm using "andcc #0", but that'll take up two bytes and 3 cycles, instead of 1 and 2, respectively. I've gone through the Motorola docs and can't find an alternative. James