summaryrefslogtreecommitdiffhomepage
path: root/doc/mdk_intro.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mdk_intro.texi')
-rw-r--r--doc/mdk_intro.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/mdk_intro.texi b/doc/mdk_intro.texi
index c86ca18..f7b5a8e 100644
--- a/doc/mdk_intro.texi
+++ b/doc/mdk_intro.texi
@@ -1,10 +1,10 @@
@c -*-texinfo-*-
@c This is part of the GNU MDK Reference Manual.
-@c Copyright (C) 2000, 2001
+@c Copyright (C) 2000, 2001, 2003
@c Free Software Foundation, Inc.
@c See the file mdk.texi for copying conditions.
-@c $Id: mdk_intro.texi,v 1.5 2001/09/16 22:17:33 jao Exp $
+@c $Id: mdk_intro.texi,v 1.6 2003/06/02 23:20:38 jao Exp $
@node Introduction, Acknowledgments, Top, Top
@comment node-name, next, previous, up
@@ -14,7 +14,7 @@
In his book series @cite{The Art of Computer Programming} (published by
Addison Wesley), D. Knuth uses an imaginary computer, the MIX, and its
associated machine-code and assembly languages to ilustrate the
-concepts and algorithms as they are presented.
+concepts and algorithms as they are presented.
The MIX's architecture is a simplified version of those found in real
CISC CPUs, and the MIX assembly language (MIXAL) provides a set of
@@ -48,7 +48,7 @@ commands to manipulate it using Scheme.
@item mixvm.el
This elisp program allows running @code{mixvm} inside an Emacs GUD
buffer, allowing concurrent edition and debugging of MIXAL programs.
-@end table
+@end table
@code{mixvm} and @code{gmixvm} implement a simulator of the MIX
computer, giving you a virtual machine for executing and debugging MIX