summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorjaortega <jaortega>2000-12-23 02:57:15 +0000
committerjaortega <jaortega>2000-12-23 02:57:15 +0000
commitee41f92e693815835d65f4675728b1be2336721b (patch)
tree4fb12979e24b4bb3a60da25c7dd0a3aa6b0ce102 /NEWS
parentda0e97de3890e81039469434a2e07d56f5492d78 (diff)
downloadmdk-ee41f92e693815835d65f4675728b1be2336721b.tar.gz
mdk-ee41f92e693815835d65f4675728b1be2336721b.tar.bz2
new functionalities described
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 69ad67d..ec7a54f 100644
--- a/NEWS
+++ b/NEWS
@@ -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.