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.
-
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 havemake
: installmake
using Cygwin.
Various third party markdown modules...
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.