Skip to content

Compiler for D.Knuth's computer architecture MMIX.

License

Notifications You must be signed in to change notification settings

THOSE-EYES/mmix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Compiler for D.Knuth's computer architecture MMIX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published