Code:
include "modedefs.bas"

I     con 254 'instruction
CLR   con 1  'clear screen
L1  con 128 'line 1
L2  con 192 'line 2
L3  con 144 'line 3
L4  con 208 'line4

Serout2 LCD,16468,[I,CLR]
PAUSE   1
Serout2 LCD,16468,[I,L1,"MACKRACKIT"]
Code:
include "bs2defs.bas"  'DO NOT NEED
define OSC 40
ADCON1 = 7 ' Set PORTA and PORTE to digital
LCD var PortA.2
high LCD                     'DO NOT DO THIS