diff options
author | jaortega <jaortega> | 2000-11-01 22:53:21 +0000 |
---|---|---|
committer | jaortega <jaortega> | 2000-11-01 22:53:21 +0000 |
commit | 750b5028a18de8a958db63849b5bae84180dad84 (patch) | |
tree | 8709a14724122f55048c8a1d6e090d0c80dc92b3 /README | |
parent | 50375f34b611281a3b05a37221e2baa143f5f5ca (diff) | |
download | mdk-750b5028a18de8a958db63849b5bae84180dad84.tar.gz mdk-750b5028a18de8a958db63849b5bae84180dad84.tar.bz2 |
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +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_ (Addison Wesley, 1997), which +is programmed using MIXAL, the MIX Assembly language. + +Currently, MDK includes a MIXAL assembler, mixasm, and a MIX virtual +machine, mixvm, with a command line interface. + +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.
\ No newline at end of file |