diff options
author | jaortega <jaortega> | 2000-12-30 09:49:01 +0000 |
---|---|---|
committer | jaortega <jaortega> | 2000-12-30 09:49:01 +0000 |
commit | 2c86c3a645cf14b6c06cf9d7171cb1069735c565 (patch) | |
tree | 24624b35aed72c74b37bfd4ecdd271a2167a7071 /NEWS | |
parent | 84ccc2fe81c3d57a4c7843a264b5737252e10189 (diff) | |
download | mdk-2c86c3a645cf14b6c06cf9d7171cb1069735c565.tar.gz mdk-2c86c3a645cf14b6c06cf9d7171cb1069735c565.tar.bz2 |
corrected handling of successive * in expressions
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |