diff options
-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. |