ascherer / mmix

MMIX 2009 – a RISC computer for the third millennium
http://www-cs-faculty.stanford.edu/~knuth/mmix.html
38 stars 6 forks source link
cweb dek knuth mmix

MMIX 2009

A RISC Computer for the Third Millennium

“Thirty years have passed since the MIX computer was designed [in 1969], and computer architecture has been converging during those years towards a rather different style of machine. Therefore it is time to replace MIX with a new computer that contains even less saturated fat than its predecessor.” — The successor MMIX was developed and published by Donald E. Knuth in 1999. The fully documented source code is available from the MMIX home and in the book MMIXware: A RISC Computer for the Third Millennium published by Springer-Verlag in 1999. (This book contains several chapters with additional information not available in the electronic distribution.)

Prerequisites

The source code of MMIX is written in accordance with the rules of the Literate Programming philosophy, so you need to make sure that your computer supports the CWEB system. The CWEB sources are available for anonymous ftp from Stanford University. Bootstrapping CWEB on Unix systems is elementary and documented in the CWEB distribution; pre-compiled binary executables of the CWEB tools for Win32 systems are available from www.literateprogramming.com.

Getting Started

Details of this software can be found in the README file.

Why have yet another project here?

DEK has passed the baton of development to the group behind “MMIX home”. Besides several “official” releases from DEK in the form of gzipped tarballs, they provide their working sources through a Web-accessible repository.

The present project on Github is a separate effort and holds all releases by DEK from 1999 to 2023 in the master branch. Much more interesting is the local branch; it provides further improvements to the MMIX sources plus a “specfile” mmix.spec for building installable packages for rpm and deb based Linux distributions with the help of the rpmbuild and debbuild utilities respectively.

Major features added

Postscript

Recently it has come to my attention that the local modifications are used in the Cygwin port of MMIXware.