Compiler for D.Knuth's computer architecture MMIX.
In order to build use the application you should install the following software:
g++
cmake
To build the project just run the following commands :
$ mkdir build && cd build
$ cmake ..
$ make
Or just build the app in MSVS using clang compiler (if you use Windows).
Starting the application is fairly simple :
$ ./assembler <input_file> <output_file>