LCD.ASM was adapted from Microchip application note AN587 by Norm
Cramer.  It provides interface routines to an industry standard 2 
line by 20 character display module.  The code is for a PIC16C84 
but should work on any PIC16CXX running at 4MHz.

If you find bugs, problems or want to tell the author how great
a job he has done, you can contact Norm via e-mail:

cramer@iamerica.net
cramer@dseg.ti.com

Files:

LCD.ASM          The routines themselves
LCD.H            Some definitions required by LCD.ASM
LCD.HEX          Hex file produced by MPASM 1.31
P16C84.INC       Microchip supplied header file for the 16C84
README.TXT       You're reading it

History:

27-Jun-96       First version
04-Jul-96       Minor changes to initialisation added

