-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7712a5c
commit 578dca9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
MIPS is a simple assembly language. If you have done some assembly language programming before, you may be able to get started with just [a reference card](http://www.cburch.com/cs/330/reading/mips-ref.pdf). | ||
|
||
If you are entirely new to assembly language programming, consider working through the first half of Berkeley's “Great Ideas in Computer Architecture” course CS61C. [Video lectures are available on YouTube](https://www.youtube.com/watch?v=gJJeUFyuvvg&list=PL-XXv-cvA_iCl2-D-FS5mk0jFF6cYSJs_) and slides, labs, and homework assignments are available on [the course website](http://inst.eecs.berkeley.edu/~cs61c/sp15/). The book [_Computer Organization and Design_](https://smile.amazon.com/Computer-Organization-Design-Fifth-Architecture/dp/0124077269/) is also a commonly used introductory architecture book, which uses MIPS and covers the syntax in chapter 2. | ||
If you are entirely new to assembly language programming, consider working through the first half of Berkeley's “Great Ideas in Computer Architecture” course CS61C. [Video lectures are available on YouTube](https://www.youtube.com/playlist?list=PLhMnuBfGeCDM8pXLpqib90mDFJI-e1lpk) and slides, labs, and homework assignments are available on [the course website](http://inst.eecs.berkeley.edu/~cs61c/sp15/). The book [_Computer Organization and Design_](https://smile.amazon.com/Computer-Organization-Design-Fifth-Architecture/dp/0124077269/) is also a commonly used introductory architecture book, which uses MIPS and covers the syntax in chapter 2. | ||
|
||
We hope you enjoy learning MIPS assembly and working through the exercises. Assembly programming is much more approachable and fun than you may imagine. If you get stuck with any aspect of your learning (or in running the tests) the track maintainers Oz ([email protected]) and Myles ([email protected]) are more than happy to help you directly. |