Write a MIPS assembly language program to find the largest number among N 32-bit signed numbers, each represented in the 2's complement number system.
Convert your program into a function (subroutine). Include code for the main program, calling the function three times with different data and storing the result.