Name:     Print
Author:   Bill Nagel
Version:  1.1
Machine:  TI-83
First public release:  January 12,1997
Description:  Basic/Asm program that prints strings containing any
              character, including upper AND lower case letters!

Installation:
Send print.83g to TI-83.
(Print.83p expands to give zc.83p, zp.83p, and edit.83p)

Use:
Make a list in L1.  Each element will contain a number from 1-255
that corresponds to a character from the TI-83 ROM.  The last element
of the list should be 0.
Next, execute the program ZP.

Example:
   {72,101,108,108,111,0}->L1
   prgmZP
will give:
   Hello
with last 4 letters being lower case!

The program EDIT can also be used to create a string, which will
be stored in L1.  Press alpha to switch between upper and lower case.
All 26 letters, the ".", and space can be entered.

Source can be found in zc.z80.

DO NOT separate this document from the program.

Copyright (C) 1997 Bill Nagel