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
|
GNU MDK -- History of visible changes.
Copyright (C) 2000, 2001, Free Software Foundation, Inc.
See the end for copying conditions.
Please send mdk bug reports to jaortega@acm.org.
*Version 0.2.1
** MDK is now an official GNU packaga.
*Version 0.2 (07/01/01)
** mixvm provides virtual execution time statistics after each
invocation of run or next.
** mixvm can trace instructions as they are executed. tron/troff
commands turn off/off instruction tracing.
** mixvm accepts a new command, w2d, which computes the
decimal value of a MIX word given as a series of
bytes (e.g. - 01 00 34 32 22).
** symbols can be defined at the mixvm prompt with the
new command ssym.
** mixvm accepts a new command, weval, which allows the
evaluation of MIXAL w-expressions.
** expressions containing strings of successive '*' are now
correctly evaluated.
** When using block devices in mixvm, the buffers are now
flushed after each OUT operation.
*Version 0.1.1 (18/11/00)
** MDK is now compilable in rpm-based linuxes.
** MDK fully compliant with Knuth's specification. In particular,
local symbols are now properly handled in special cases such as
3H ORIG 3B
instructions. See samples/stress{1,2}.mixal.
** Future references affected by unary minus are accepted
with a warning (they are banned in Knuth's specification).
Also future refs in EQU directives are now properly handled.
See samples/stress{3,4}.mixal.
** When mixvm executes a program and reaches the end of the
available memory without encountering a HALT instruction,
it halts anyway.
*Version 0.1 (31/10/00)
** Initial version
-------------------------------------------------------
Copying information:
Copyright (C) 2000, Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
Permission is granted to distribute modified versions
of this document, or of portions of it,
under the above conditions, provided also that they
carry prominent notices stating who last changed them.
|