If/else
You are given 3 signed integers in r4
, r5
, and r6
(don't set these, we will provide those values for you).
Write code to find the largest of these three values, and put it in r2
, then execute the break
instruction.