This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BCC vs BNE

To detect negative numbers why do programming use BCC (check carry bit ) instead of BNE ( check N bit , which is obviously more straightforward ) ?