Sha256: 7063e73ff325a320366099503235d6c15f970923fee2907c9102de2ac01d65cf
Contents?: true
Size: 1.2 KB
Versions: 396
Compression:
Stored size: 1.2 KB
Contents
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. 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 (oz@bradfieldcs.com) and Myles (myles@bradfieldcs.com) are more than happy to help you directly.
Version data entries
396 entries across 396 versions & 1 rubygems