/mips_book

A book on MIPS assembly programming using simulators (MARS, SPIM, QtSpim) targeted at college students.

Primary LanguageHTMLOtherNOASSERTION

MIPS Assembly Programming

This repo is the workspace of a book on MIPS assembly programming written in asciidoc.

Download

Get the source from Github.

The pre-built book is available in the root directory as both an all-in-one html page and a pdf and they’re also available on my website:

PDF

Code

You can get all code seen or mentioned in the book in the code directory.

Exercise Solutions

You can support the book by purchasing the chapter exercise solutions here.

Contact Me/Tutoring

If you’re interested in contacting me regarding MIPS tutoring or any other business request related to the book, you can reach me at books at robertwinkler dot com.

License

The book (all adoc files and final generated pdf/html) is under a Creative Commons License BY-NC-SA 4.0 which means that:

You are free to:

  • Share — copy and redistribute the material in any medium or format

  • Adapt — remix, transform, and build upon the material

  • The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

  • NonCommercial — You may not use the material for commercial purposes .

  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

  • No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

The separate code files in the code subdirectory are under the MIT license.