> I am trying to compare 2 numbers to find out which one is greater and then > determine if the difference is within a certain tolerance. I am new to the > pic so any pointers would be greatly appreciated. Subtracting one number from another and checking the carry bit is a good way to test for greater-than or less-than. You can check each end of a tolerance range by doing it twice. .