Page 1 of 1

MIPS Assembly

Posted: Mon Feb 16, 2009 5:53 pm
by Moosader
Does anyone here have experience with MIPS assembly?
There aren't many resources online and I'm having trouble figuring it out.

Re: MIPS Assembly

Posted: Mon Feb 16, 2009 6:48 pm
by sparda
Instead of directing you to the "Manual" or tell you to RTFM (read the fucking manual :lol: ), I'll point you to a something less verbose, and very good (I read a little of it when I tried to program the PSP once). Its the programmer's manual ~200 pages (very different than "The Manual" which is ~700 pages):

Programmer's Manual

Re: MIPS Assembly

Posted: Mon Feb 16, 2009 7:23 pm
by MarauderIIC
There are some things linked from my EE380 class site. http://aggregate.org/EE380/refs.html

Re: MIPS Assembly

Posted: Mon Feb 16, 2009 9:15 pm
by andrew
Seems to be a decent book, and it's only 109 pages.

MIPS Assembly Language Programming by Robert Britton

Re: MIPS Assembly

Posted: Mon Feb 16, 2009 11:46 pm
by Moosader
Thanks peeples.
I have been struggling with this stuff for a week, and couldn't find many resources on the nets. >_>

Re: MIPS Assembly

Posted: Tue Feb 17, 2009 2:55 pm
by programmerinprogress
I find very little on the web about assembly, I think few are actually capable of competently writing Assembly instructions (or explaining what they mean)

Re: MIPS Assembly

Posted: Tue Feb 17, 2009 3:23 pm
by sparda
Also, Lusikka, if you want a very nice introduction to assembly, check out Jonathan Bartlett's book, is freaking amazing. I read it a while ago. It's not pertaining to windows or mips( x86 unix/linux, using GAS), but it is one hell of a nice introduction (~200 pages): Programming From The Ground Up

Re: MIPS Assembly

Posted: Tue Feb 17, 2009 4:17 pm
by eatcomics
I have a poorly written text document on my laptop (The screen hinge is broken, so I have been avoiding using it)... But it is really amatuer and not too helpful, It tought me some basics though