blob: 76bd701a6aa09f3596c3673c5ae036e9c8ed8963 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MDK News</title>
</head>
<body bgcolor="white" link="#ff0000" vlink="#a00000">
<a name="top"></a>
<table cellspacing="0" cellpadding="5" border="0" align="center">
<tr>
<td width="100" bgcolor="#696969"> </td>
<td bgcolor="#696969" width="600" align="center">
<font color="white"><b>MDK News</b></font>
</td>
<td bgcolor="#696969" width="10"> </td>
</tr>
<tr>
<td colspan="2"> </td>
<td bgcolor="#696969" > </td>
</tr>
<tr>
<td bgcolor="#909090" valign="top">
<br>
<a href="index.html">MDK home</a><br>
<a href="download.html">Download</a><br>
<a href="mdk.html">Documentation</a><br>
<a href="lists.html">Mailing lists</a><br>
<a href="http://sourceforge.net/projects/mdk">
MDK at SourceForge</a><br>
<a href="http://sourceforge.net/cvs/?group_id=13897">
CVS repository</a></p><br>
<p align="center">Thanks to<br>
<A href="http://sourceforge.net">
<IMG src="http://sourceforge.net/sflogo.php?group_id=13897&type=1"
width="88" height="31" border="0"
alt="SourceForge Logo"> </A> </p>
</td>
<td >
<table>
<tr valign="top">
<td><a label="new1">08/01/01</a></td>
<td><i>MDK 0.1.1 release</i></td>
<td>
New version of MDK. This version provides the
following new functionalities:
<ul>
<li> <i>mixvm</i> provides virtual execution
time statistics after each invocation of run or
next.
<li> <i>mixvm</i> can trace instructions as
they are executed. <i>tron/troff</i>
commands turn off/off instruction tracing.
<li> <i>mixvm</i> accepts a new command,
w2d, which computes the decimal value of a MIX
word given as a series of bytes (e.g.
<i>- 01 00 34 32 22</i>).
<li> Symbols can be defined at the
<i>mixvm</i> prompt with the new command
<i>ssym</i>.
<li> <i>mixvm</i> accepts a new command,
<i>weval</i>, which allows the evaluation
of MIXAL w-expressions.
</ul>
In addition, some bugs have been fixed. The most
outstanding one is that expressions containing
strings of successive '*' are now correctly
evaluated.
</td>
</tr>
<tr valign="top">
<td><a label="new2">26/11/00</a></td>
<td><i>Documentation update</i></td>
<td>
The <a href="mdk.html">MDK documentation</a> has
been updated so that the description of MIX and
MIXAL is self-contained and does not depend on
TAOCP. Now, you can learn MIX/MIXAL reading the <a
href="mdk_2.html">included tutorial</a>. You can
also download the <a href="mdk-doc.tar.gz">HTML
tarball</a>.
</td>
</tr>
<tr valign="top">
<td><a label="new1">18/11/00</a></td>
<td><i>MDK 0.1.1 release</i></td>
<td>
New version of MDK. This is a bug-fix release
which makes MDK fully compliant with Knuth's
specification. In particular, local symbols are
now properly handled in special cases such as
<pre> 3H ORIG 3B </pre> instructions. See the <a
href="ChangeLog">the change log</a> for details.
</td>
</tr>
</table>
</td>
<td bgcolor="#696969" > </td>
</tr>
<tr>
<td bgcolor="#909090"> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td bgcolor="#909090"> </td>
<td colspan="2" bgcolor="#909090" align="right">
<i>last updated Sat Jan 6 15:34:16 CET 2001</i>
</td>
</tr>
</table>
</body>
</html>
|