/mips-assembler

A tiny assembler for MIPS

Primary LanguagePythonOtherNOASSERTION

mips-assembler

This is a tiny mips-assembler, going from MIPS assembly to raw binary. It supports most (all?) MIPS native operations, as well as labels.

The pseudoinstructions "li" and "nop" are supported, but no others.