/MIPS-Binary-Encoding

This program reads in a MIPS assembly file specified at the command line. If the file is correct syntactically, each instruction in the file will be translated into its 32 bit MIPS binary encoding and printed to stdout, one per line.

Primary LanguageC++

No issues in this repository yet.