diff options
author | jaortega <jaortega> | 2000-12-23 02:57:15 +0000 |
---|---|---|
committer | jaortega <jaortega> | 2000-12-23 02:57:15 +0000 |
commit | ee41f92e693815835d65f4675728b1be2336721b (patch) | |
tree | 4fb12979e24b4bb3a60da25c7dd0a3aa6b0ce102 /NEWS | |
parent | da0e97de3890e81039469434a2e07d56f5492d78 (diff) | |
download | mdk-ee41f92e693815835d65f4675728b1be2336721b.tar.gz mdk-ee41f92e693815835d65f4675728b1be2336721b.tar.bz2 |
new functionalities described
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. |