Hello,
I am able to run simple programs like blink an LED using the
DEFINE LOADER_USED 1

and the Screamer bootloader http://www.sparkfun.com/tutorial/Bloader/bloader.htm

The bootloadr states thatthe initial line has to be
org 0x0004, which the DEFINE LOADER_USED 1 seems to do

However the moment i put a line such as LCDout in my program,
the screamer REFUSES to load it into the pic

My other programs[which are in asm] run smoothly with the bootloader,even my serial routines.

any idea whats going on here

I also tried the microchipc bootmloader.The problem is,the loader downloads it to the chip,but the program doesnt start at all

Help me out here please.
-ice