CMP R1, R2 BLEQ SUBROUTINE1 ADDEQ R4, #5
I want that ADDEQ to be conditioned on the result of CMP R1, R2. However, i
ADDEQ
CMP R1, R2