In RISC-V, not MIPS
11.7 LAB: Max of 3 - branch
Write a program that stores the maximum of three values. The values are stored in x8, x9, and x18. Store the result in x19.
Ex: If the values of x8, x9, and x18 are initialized in the simulator as:
Registers Data
x8 5
x9 9
x18 8
The result is stored in x19.
Registers Data
x8 5
x9 9
x18 8
x19 9
Note: Use the '+' button under the Registers display to initialize register values for x8, x9, and x18.
512696.416012.qx3zqy7