blob: 69ad67d2dc882f68d8413da05516fdb47962604e (
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
|
mdk -- History of visible changes.
Copyright (C) 2000, jose antonio ortega ruiz <jaortega@acm.org>
See the end for copying conditions.
Please send mdk bug reports to jaortega@acm.org.
*Version 0.2
** 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, jose antonio ortega ruiz <jaortega@acm.org>
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.
|