|
|
|
MIPS
|
|
|
|
|
|
|
|
|
Programmed Introduction to MIPS Assembly Language
This is a course in assembly language programming of the MIPS processor. It emphasizes the topics needed for study of computer architecture: bits, bit patterns, operations on bit patterns, and how bit patterns represent instructions and data. This course is equivalent to a semester-long junior college or university course (except, perhaps, for the emphasis on bit patterns).
http://chortle.ccsu.edu/AssemblyTutorial/TutorialC
created by p19 on 2008-01-28 22:08:44
|
|
|
MIPS Assembly
The MIPS microprocessor paradigm was created in 1981 from work done by J. L. Hennessy at Stanford University. Since that time, the MIPS paradigm has been so influential, that nearly every modern-day processor family makes some use of the concepts derived from that original research. This book will discuss the MIPS architecture and (perhaps most importantly) MIPS assembly programming.
http://en.wikibooks.org/wiki/MIPS_Assembly
created by p19 on 2008-01-28 22:03:47
|
|
|
|
|