Write a MIPS assembly language program for the following for loop:
Pseudocode: int x; # for(x=10; x>0; x--){ # printf("x=%d", 4x); #}
In the program use the slt or slti instruction and sll
Pseudocode: int x; # for(x=10; x>0; x--){ # printf("x=%d", 4x); #}
In the program use the slt or slti instruction and sll