Quote Originally Posted by g-hoot View Post
Hmm, the 16f648A is what I'm using too, since that's as much memory as I can find in an 18 pin chip, but I read that to do the code space thing, that you have to enable "Flash Program Write", but that option is disabled when I choose that chip?
Flash Program Write?
I just do it this way:
Code:
LCDOUT 254,1    ' Clears Display
LCDOUT 254,128,"Here's how to output"
LCDOUT 254,192,"Strings from code"
LCDOUT 254,148,"space easily !"
LCDOUT 254,212,"Where you put it"