ARM Architecture - Control Flow Instructions
You want to write ARM assembly code that jumps to
handle_negative if a subtraction results in a negative value, and to handle_zero if the result is zero. Which conditional branch instructions should you use after SUBS R5, R6, R7?