I think I finally get PC Spim.
By LiveLove
@LiveLove (443)
United States
November 12, 2009 7:14am CST
It was a pain trying to translate c++ into mips assembly code. Lw, st,move, labels, etc. it just didn't make sense to me. But now I see lw and store words helps pass arguments to function callsby putting them on the stack. Now I see the format for branches (ergo. bgt , branch greater than), doing if-else statements, and what not. Allof it is starting to make sense to me. Was your first experience programming i MIPS assembly just as confusion or was it clear sailing?
No responses