diff options
author | jaortega <jaortega> | 2000-12-23 02:57:15 +0000 |
---|---|---|
committer | jaortega <jaortega> | 2000-12-23 02:57:15 +0000 |
commit | ee41f92e693815835d65f4675728b1be2336721b (patch) | |
tree | 4fb12979e24b4bb3a60da25c7dd0a3aa6b0ce102 /README | |
parent | da0e97de3890e81039469434a2e07d56f5492d78 (diff) | |
download | mdk-ee41f92e693815835d65f4675728b1be2336721b.tar.gz mdk-ee41f92e693815835d65f4675728b1be2336721b.tar.bz2 |
new functionalities described
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,13 +1,19 @@ 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. +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). -Currently, MDK includes a MIXAL assembler, mixasm, and a MIX virtual -machine, mixvm, with a command line interface. +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. |