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. (You cannot directly pass your initial value to assmbly code. Use the data section) The program should implement the following piece of C-code: for( i =0; i <10; i ++) { UIN = UIN−1;