Jens M. Guessregen wrote : > Does anyone has a assembler-code for sending out a > string to character display? In assembler context, what do you mean with a "string" ? > I do not need the controller code for the LCD itself, just a code to > transform a string into single characters. Again in assmebler context, what is the difference ? A "string" is just a number of characters (or rather bytes, since that's the only data type assembler knows about). Maybe you should look up the FSR's to make indexed addressing !? > Right now, I have to define every character for itself, > which is not very elegant. That's is very hard to comment on, since youre hiding what you are doing. An example maybe ? You're also hiding what PIC model you're using, which makes it even harder... Jan-Erik. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist