diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | TODO | 26 | 
2 files changed, 21 insertions, 10 deletions
| @@ -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. @@ -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 $ | 
