diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2003-01-12 21:07:50 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2003-01-12 21:07:50 +0000 |
commit | 7fdb69aefcff6f5e5c961d04dafaf0845e577c5c (patch) | |
tree | b25d020c3a40042d7ae2709177638aef7119e275 | |
parent | ec2cf7d26f29a93f6ae92fcd726e450a92d19251 (diff) | |
download | mdk-7fdb69aefcff6f5e5c961d04dafaf0845e577c5c.tar.gz mdk-7fdb69aefcff6f5e5c961d04dafaf0845e577c5c.tar.bz2 |
new feature
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -14,6 +14,10 @@ Please send mdk bug reports to bug-mdk@gnu.org. ** Portability fixes to extend supported platforms. +** When the program counter reaches address 4000 during program + execution, it is set back to its maximum value, 3999, and the + program halts, to avoid infinite loops. + ** Minor bug fixes. --------------------------------------------------------------------------- @@ -343,4 +347,4 @@ Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. --- -$Id: NEWS,v 1.42 2003/01/11 22:13:44 jao Exp $ +$Id: NEWS,v 1.43 2003/01/12 21:07:50 jao Exp $ |