summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2003-01-12 21:05:41 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2003-01-12 21:05:41 +0000
commitec2cf7d26f29a93f6ae92fcd726e450a92d19251 (patch)
tree13b2b23595fc8bcfdd8fb177ceb2fcadf7db77b1
parentcfbae0fd853c0079df8b56773e2eea677ac39a5c (diff)
downloadmdk-ec2cf7d26f29a93f6ae92fcd726e450a92d19251.tar.gz
mdk-ec2cf7d26f29a93f6ae92fcd726e450a92d19251.tar.bz2
misc changes
-rw-r--r--ChangeLog5
-rw-r--r--TODO26
2 files changed, 21 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f8b985..3c7c6f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-12 Jose A Ortega Ruiz <jao@gnu.org>
+
+ * mixlib/xmix_vm.h (inc_loc_): Stop program execution if the
+ program counter is incremented beyond the maximum address (3999).
+
2003-01-11 Jose A Ortega Ruiz <jao@gnu.org>
* mixlib/xmix_vm_handlers.c: Bug #1704 fixed.
diff --git a/TODO b/TODO
index 805dd5e..c395190 100644
--- a/TODO
+++ b/TODO
@@ -1,15 +1,21 @@
+-*- mode: ouline -*-
-- gmixvm: list of last loaded programs
-- MIX types manipulation library in Scheme
-- Macro recorder (implemented in Scheme)
-- Add scheme functions to remove installed hooks
+* Version 1.1
+** Line-oriented char devices: 1 line = 1 block
+** gmixvm: list of last loaded programs
-- Allow MIXAL instructions as commands at the mixvm prompt
- (e.g. MIX > exec LDA 2000)
-- Improve detection of pseudoinstructions in mixasm listing files
+* Version 1.2
+** gmixvm: upgrade to gtk+ 2.x
+
+* Misc
+** MIX types manipulation library in Scheme
+** Macro recorder (implemented in Scheme)
+** Add scheme functions to remove installed hooks
-- gtkhtml for help system
+** Allow MIXAL instructions as commands at the mixvm prompt
+ (e.g. MIX > exec LDA 2000)
+** Improve detection of pseudoinstructions in mixasm listing files
+** gtkhtml for help system
---
-$Id: TODO,v 1.6 2001/09/28 23:11:44 jao Exp $ \ No newline at end of file
+* $Id: TODO,v 1.7 2003/01/12 21:05:41 jao Exp $