Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rswinkle/mips_book

A book on MIPS assembly programming using simulators (MARS, SPIM, QtSpim) targeted at college students.
https://github.com/rswinkle/mips_book

assembly book mips mips-assembly mips32

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

= MIPS Assembly Programming

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

== Download
Get the source from https://github.com/rswinkle/mips_book[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:

http://www.robertwinkler.com/projects/mips_book/mips_book.html[HTML Page]

http://www.robertwinkler.com/projects/mips_book/mips_book.pdf[PDF]

== Code
You can get all code seen or mentioned in the book in the
https://github.com/rswinkle/mips_book/tree/main/code[code] directory.

== Exercise Solutions
You can support the book by purchasing the chapter exercise solutions
https://store.robertwinkler.com/[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
https://creativecommons.org/licenses/by-nc-sa/4.0/[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.