Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 904 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 904 Bytes

mips-tutorial

A repo for the contents of a MIPS tutorial using Markdown & a makefile to """compile""" it using a Python markdown module and a few plugins.

I am hosting a copy of this tutorial on my personal website:

www.keithstellyes.com/tutorials/mips

It may be a bit behind.

Dependencies

  • Python (2.x or 3.x)

  • make (If you're on Linux or Mac or BSD you should be fine, if you're on Windows, if you do not have make: install make using Cygwin.

  • markdown module

Various third party markdown modules...

Building

To build the resulting HTML file, simply use make all, and the result will be in mips-tutorial.html. In the future there should be more build targets and options.