Implementing subroutines using MIPS

Implementing subroutines using MIPS. In this lab we shall use the jal and jr commandsto implement subroutine calls.Write a program that reads in 4numbers and prints out the maximum and minimum of the input numbers. A sample run of theprogram will look like the...