An optimisation pass for an ARM7 assembly optimiser written as part of Trinity College Dublin CS4071 Compiler Design II,
To install into $PATH execute the following commands:
python setup.py sdist
sudo easy_install .
On some systems, this may need to be altered:
python2 setup.py sdist
sudo easy_install-2.7 .