blob: ee43fcffff90c1cd6848593639a57b12e649f566 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Mixal is a version the assembler and interpreter for Donald Knuth's
mythical MIX computer, defined in:
Donald E. Knuth, _The Art of Computer Programming, Vol. 1: Fundamental
Algorithms_. Addison-Wesley, 1973 (2nd ed.)
This preliminary release doesn't do floating point and has little
documentation as yet, but it works well enough to be used in conjunction
with the book.
WWW: http://www.catb.org/~esr/mixal/
|