From de2b4c0477674d18a24ec16192a1de40c51a4085 Mon Sep 17 00:00:00 2001 From: jaortega Date: Sun, 7 Jan 2001 03:46:01 +0000 Subject: 0.2 release --- doc/.cvsignore | 1 + doc/html/download.html | 18 ++++++++----- doc/html/index.html | 71 +++++++++++++++++++++++++++++++------------------- doc/html/news.html | 57 +++++++++++++++++++++++++++++++--------- 4 files changed, 100 insertions(+), 47 deletions(-) (limited to 'doc') diff --git a/doc/.cvsignore b/doc/.cvsignore index 81c4b05..cad9468 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in mdk-0.1 +mdk-doc-html-0.2.tar.gz mdk-doc.tar.gz mdk.html mdk.info diff --git a/doc/html/download.html b/doc/html/download.html index 39f1e4c..4d93f91 100644 --- a/doc/html/download.html +++ b/doc/html/download.html @@ -1,11 +1,11 @@ - + MDK download - + @@ -40,13 +40,12 @@

Download

-

The latest version (0.1.1) source tarball is available for +

The latest version (0.2) source tarball, as well as the + HTML documentation is available for download here.

-

A tarball containing the HTML documentation is available - here.

Requirements

@@ -80,7 +79,12 @@ ./configure make - Finally, to install the binaries and documentation, type, as root + After the compilation finishes, you can find the MDK + executables, mixasm (the assembler) and mixvm + (the MIX virtual machine) in the subdirectory + mixutils. They can be run directly from that + directory, but, if you prefer to install the binaries and + documentation in standard locations, type, as root
     make install
           
@@ -99,7 +103,7 @@
  -   + last modified Sat Jan 6 00:24:39 CET 2001
diff --git a/doc/html/index.html b/doc/html/index.html index 2fb7d26..e793296 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -41,6 +41,10 @@ Latest news

- What is the MIX? -

- MIX is Donald Knuth's mythical computer as described - in his monumental work The - Art Of Computer Programming. As any of its real + What is the MIX? + +

+ + MIX is Donald Knuth's mythical computer as + described in his monumental work The + Art Of Computer Programming. As any of its real counterparts, the MIX features registers, memory cells, an - overflow toggle, comparison flags, input-output devices, and - a set of binary instructions executable by its virtual + overflow toggle, comparison flags, input-output devices, + and a set of binary instructions executable by its virtual CPU. You can programme the MIX using an assembly language called MIXAL, the MIX Assembly Language. -

So, what's the use of learning MIXAL? The MIX computer is a simplified - version of real CISC computers, and its assembly language - closely resembles real ones. You can learn MIX/MIXAL as an introduction - to computer architecture and assembly programming: - see the MDK documentation - for a tutorial on MIX and MIXAL.

+ +

So, what's the use of learning MIXAL? The MIX computer + is a simplified version of real CISC computers, and its + assembly language closely resembles real ones. You can + learn MIX/MIXAL as an introduction to computer + architecture and assembly programming: see the MDK documentation for a tutorial on MIX and MIXAL. +

+  
 

What is the MDK? -

- The MIX Development Kit offers an emulation of - MIX and MIXAL. The - current version of MDK includes two applications: + +

+ The MIX Development Kit offers an + emulation of MIX and MIXAL. The current version of MDK includes + two applications: