Write a MIPS program with the following specifcations:
Reserve space in memory for a variable called UIN of size word. The initial
value of UIN will be the sum of the digits in your UIN.
The program should implement the following piece of C-code:
for ( i =0; i <10; i++)
UIN = UIN-1;
(please consider the UIN to be 924005000)