We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
; r0 = a0 ; r1 = b0 ; r2 = c0 ; r3 = scratch ; r4 = scratch SUB r3,r0,r1 SUB r4,r1,r2 ADDS r3,r3,#(25-1) ADDS r4,r4,#(30-1) CMP r3,#(2*(25-1)) SUB r3,r2,r0 CMPLS r4,#(2*(30-1)) ADD r3,r3,#(45-1) BHI Take_None // modify none CMP r3,#(2*(45-1)) BHI Take_Second // modify a0,b0 B Take_First // modify a0,b0,c0