csfieldguide/static/interactives/mips-assembler/README.md
# MIPS Assembler Interactive
**Original author:** Jack Morgan, with assembler code by Alan Hogan
**Recreated by:** Alasdair Smith
This interactive allows users to enter MIPS code to see the assembler output.
## Disclaimer
This is a program to illustrate the complexity of assembly languages.
The Author *does not* claim that it is an accurate representation of MIPS.
## Licences
This interactive is influenced by the [Online MIPS Assembler](https://github.com/alanhogan/online-mips-assembler) by [Alan Hogan](http://alanhogan.com/).
It's licence is listed in `LICENCE-THIRD-PARTY`, with a full copy available in the `third-party-licences` directory.
## Required files
The interactive loads from a base website template which includes a JavaScript file containing jQuery, Bootstrap, and a few other utilities and polyfills.
See `static/js/website.js` for a full list.