Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken learning link #191

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/LEARNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.