Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 664 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 664 Bytes

MMIX Compiler

Compiler for D.Knuth's computer architecture MMIX.

Table of contents

Prerequisites

In order to build use the application you should install the following software:

  • g++
  • cmake

Building the project

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).

Usage

Running the app

Starting the application is fairly simple :

$ ./assembler <input_file> <output_file>