7.5 LAB: Max of 3 – branch Write a program that stores the maximum of three values. The values are stored in $s0, $s1, and $s2. Store the result in $s3. Ex: If the values of $s0, $s1, and $s2 are initialized in the simulator as: – $s0 = 1 – $s1 = 5 – $s2 = 3 The result is stored in $s3. Note: Use the ‘+’ button under the Registers display to initialize register values for $s0, $s1, and $s2.