diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -7,6 +7,22 @@ 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. + +** mixvm can trace instructions as they are executed. traceon/traceoff + 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. + ** When using block devices in mixvm, the buffers are now flushed after each OUT operation. |