
April 22nd, 2006, 11:19 AM
|
|
Registered User
|
|
Join Date: Apr 2006
Posts: 2
Time spent in forums: 12 m
Reputation Power: 0
|
|
[Homework] - Please Help Me With Mips Program
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
|