write a MIPS program that calculates d=a*b-a*c without using mult instruction --- just for practicing your MIPS assembly.
- • Hint: use loop of additions to replace mult.
• Practice SPIM system calls to input values for a, b and c, as well as printout the value of d.
please help me out in writting this program