ChkBas v1.01 (c) 1998-1999 Jindrich Kubec <kubecj@asw.cz>
Latest version can be found at http://www.asw.cz/~kubecj

This program is provided 'as is', no warranty will be taken
for any damage caused by it or by any use of it.

The whole package is placed under the GNU Public License, for further
information on redistribution see the included file "GPL.TXT"


Description:
------------
Atari Basic/Turbo Basic decompiler. Automatically checks for Basic version.


Usage:
------
ChkBas [options] sourcefile [lstfile]

sourcefile is Atari basic file.

lstfile is output text file

-atari    - exports source only in Atari format
-short    - exports source only in PC format
-verbose  - prints verbose information

The export is by default more verbose and in PC format.


History:
--------
Date       Author         Version Description                                 
4/5/1999   kubecj         0.90    First version                               
4/20/1999  kubecj         1.00    First public version                        
4/20/1999  kubecj         1.01    BCD error bugfix                            


To Do:
------
Nothing.


Known Bugs:
-----------
None.


Compiling Tools:
----------------
For PC executables DJGPP is used. It could be found at http://www.delorie.com.
Sources were written/tested on GCC/Intel only. There should be only
slight problems to port it to different architectures/environments.
Makefile should need only slight changes.


