Hello, > > Does anyone has a assembler-code for sending out a string > to character > > display? > > In assembler context, what do you mean with a "string" ? Ok, a string is not cvalid in assembler. Better : I want to define a string in the source-code. > > 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 ? In assembler, there is no difference. Better : I want tofind a easy way to define a string in the source code, which will be transformed to single characters, which will be send to LCD. > A "string" is just a number of characters (or rather bytes, > since that's the only data type assembler knows about). > > That's is very hard to comment on, since youre hiding what > you are doing. An example maybe ? I just try to make this wit an macro. Maybe this will work out. > You're also hiding what PIC model you're using, which makes > it even harder... PIC is 16F872. Best Jens -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist