Skip to content

Commit

Permalink
Fix broken learning link (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 9, 2023
1 parent 7712a5c commit 578dca9
Showing 1 changed file with 1 addition and 1 deletion.
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.

0 comments on commit 578dca9

Please sign in to comment.