On Tue, 5 Oct 1999, Ryan Miller wrote: > Just out of curiosity, if you're using an 18C (or 17C) part, > why wouldn't you use the CPFSEQ, CPFSLT, or CPFSGT > mnemonics? Hmmm. That IS a good question. The answer: I totally forgot about them! Now the challenge, how would you use these for an efficient 16 bit comparison? Say char compare(unsigned int a, unsigned int b) { if(a