       Title: Dump
     Version: 0.40
 Platform(s): TI-89, TI-89titanium, TI-92+, V200
      Author: PpHd
    Web Site: http://www.timetoteam.fr.st
      E-Mail: ppelissi@caramail.com
Release Date: 2004/07/01

--------------
0-License
--------------

  DUMP - Make a dump of a Ti-89/TI-89titanium/Ti-92+/V200 system and output a summary into a file.
  DDUMP - Convert a dump image done on a Ti-89/TI-89titanium/Ti-92+/V200 system to a text file.
  Copyright (C) 2003, 2004 PpHd
 
  This program is free software ; you can redistribute it and/or modify it under the
  terms of the GNU General Public License as published by the Free Software Foundation;
  either version 2 of the License, or (at your option) any later version. 
  
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  See the GNU General Public License for more details. 
  
  You should have received a copy of the GNU General Public License along with this program;
  if not, write to the 
  Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 

--------------
I-Introduction
--------------

	Dump is a usefull program for Ti-89, TI-89 titanium, Ti-92+ and V200 calculators.
	When you execute it, it creates a summary of your system config inside the file 'dumpfile'.
	So, when you have a problem with some programs (Crash for example), instead of reporting your system config, you can send the created file 'dumpfile' to the author.
	The author will be able to translate and read a (quite) complete summary of your machine state to search where the problem is.
	
---------------
II-How to use ?
---------------
	
	a. End-Users
	
		1. Send the file 'dump.89z' or 'dump.9xz' to your calculator.
		2. Executes it : writes "dump()" + [ENTER] in the Home application.
		3. Waits until it writes 'Dump System Done'.
		4. Receive the file 'dumpfile' in your computer.
		5. E-mail to the author and attach the file 'dumpfile.89y' or 'dumpfile.9xy' to the author.
	
	b. Programmers
	
		1. Ask the user to use this program.
		2. Executes "ddump dumpfile.89y dump.txt" inside a command prompt.
		3. Open "dump.txt" inside a Text Editor.
		4. Read it.
		
----------------
III.Other System
----------------
		
	The executable 'ddump.exe' is for DOS/WINDOWS system.
	Nevertheless, the source code is distributed and is full ANSI compatible.
	So it is very easy to recompile it for your own system.
	
-------------------
III.Dump.txt format
-------------------
	
	The TEXT file produced by DDump should be very readable, and you shouldn't need any help to understand it.
	Nevertheless, if you don't understand something, e-mail me.
	I have added a file ("ti92plus.txt") as an example of the produced format.
	
----------
IV.History
----------
	v0.31:	First public release
	v0.32:	Forget to free the File Handle in case of an error.
		Check also in AddType for type's overflow.
	v0.33:  Add support for 'Enhanced kernel'
	v0.34:	Make _nostub versions of the programs.
	v0.40:  Port to Titanium + add new kernels
	