Question: In MIPS Write a program in MIPS that reads an integer N from 1000 to 9999, and prints the sum of its digits. For instance,
In MIPS

Write a program in MIPS that reads an integer N from 1000 to 9999, and prints the sum of its digits. For instance, if the N 2017, the program needs to print 10 which is the sum of 2+0+1+7. Comment your code appropriately
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
