summaryrefslogtreecommitdiffhomepage
path: root/README
blob: 6eec16586f01daf0c1ce61b1fa5e30619fe89eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Welcome to MDK.

MDK stands for MIX Development Kit and provides tools for developing
and executing, in a MIX virtual machine, MIXAL programs. The MIX is
Donald Knuth's mythical computer, described in the first volume of The
Art of Computer Programming, which is programmed using MIXAL, the MIX
assembly language. MDK includes a MIXAL assembler (mixasm) and a MIX
virtual machine (mixvm) with a command line interface. Using this
interface, you can debug your MIXAL programs at source code level, and
read/modify the contents of all the components of the MIX computer
(including block devices, which are simultated using the file system).

URLs:

project homepage: http://mdk.sourceforge.net
download: http://download.sourceforge.net/mdk/mdk-0.1.tar.gz

MDK is free software. Please see the file COPYING for details.
For documentation, please see the files in the doc subdirectory.
For building and installation instructions please see the INSTALL file.
For sample MIXAL programs, please see the samples subdirectory.
For translations (MDK uses GNU's gettext), please see the po subdirectory[0].

--
[0] New translations are welcome. If you'd like to contribute one,
    please contact the author, jaortega@acm.org.