----------------------------------
Program Name:  Base Converter
Version:       1.3
Platform:      TI-83 BASIC
               AShell83/SOS
Program Size:  940 bytes
Release Date:  July 28, 1998
Author:        Bryan Rabeler
Author E-mail: brabeler@ticalc.org
----------------------------------
This program uses lists 1 and 2.

This program will convert numbers
from different bases.  Currently
you have the options of:

Binary (11111111111111) -> Decimal
Binary (11111111111111) -> Octal
Decimal (65535) -> Binary
Decimal (262143) -> Octal
Octal (no limit) -> Decimal
Octal (77777) -> Binary
----------------------------------
Version History:
1.0 - First Release
1.1 - Compatible with AShell83
1.2 - Reduced size by 558 bytes
    - Fixed a few bugs
1.3 - Reduced size by 10 bytes
----------------------------------
You can always find the last
version of this program at
http://www.ticalc.org
----------------------------------
