summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorjaortega <jaortega>2000-12-30 09:49:01 +0000
committerjaortega <jaortega>2000-12-30 09:49:01 +0000
commit2c86c3a645cf14b6c06cf9d7171cb1069735c565 (patch)
tree24624b35aed72c74b37bfd4ecdd271a2167a7071 /NEWS
parent84ccc2fe81c3d57a4c7843a264b5737252e10189 (diff)
downloadmdk-2c86c3a645cf14b6c06cf9d7171cb1069735c565.tar.gz
mdk-2c86c3a645cf14b6c06cf9d7171cb1069735c565.tar.bz2
corrected handling of successive * in expressions
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ec7a54f..dc04c09 100644
--- a/NEWS
+++ b/NEWS
@@ -8,9 +8,9 @@ Please send mdk bug reports to jaortega@acm.org.
*Version 0.2
** mixvm provides virtual execution time statistics after each
- invokation of run or next.
+ invocation of run or next.
-** mixvm can trace instructions as they are executed. traceon/traceoff
+** 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
@@ -23,6 +23,9 @@ Please send mdk bug reports to jaortega@acm.org.
** 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.