Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
To detect negative numbers why do programming use BCC (check carry bit ) instead of BNE ( check N bit , which is obviously more straightforward ) ?
I guess that's because I was familiar with SIC Assembly a period of time and they used N for negative .
That's the thing with assemblers: there is no standard - they are all different!
You must always go to the specific documentation for the particular assembler.