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: about 1 year ago
JSON representation
A book on MIPS assembly programming using simulators (MARS, SPIM, QtSpim) targeted at college students.
- Host: GitHub
- URL: https://github.com/rswinkle/mips_book
- Owner: rswinkle
- License: other
- Created: 2021-05-11T00:38:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T19:33:40.000Z (about 1 year ago)
- Last Synced: 2025-04-05T10:34:23.382Z (about 1 year ago)
- Topics: assembly, book, mips, mips-assembly, mips32
- Language: HTML
- Homepage: http://mips.robertwinkler.com
- Size: 13.3 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Support: support.adoc
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 in html, pdf, and
epub formats and they're also available on my website and Leanpub:
* https://www.robertwinkler.com/projects/mips_book/mips_book.html[HTML]
* https://www.robertwinkler.com/projects/mips_book/mips_book.pdf[PDF]
* https://www.robertwinkler.com/projects/mips_book/mips_book.epub[EPUB]
* https://leanpub.com/mipsassemblyprogrammming[Leanpub]
== 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
Support the book and buy the solutions to the chapter exercises
at https://store.robertwinkler.com/[my store] or at https://leanpub.com/mipsassemblyprogrammming[Leanpub]
== 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.