Howard Simpson wrote: > > Thanks to all for replies. PIC's I use are 876's or 877's now days. Then here is a method I use: Store all you lines in the last page of your memory (org 0x01000), like this: label DT "Hello World",0 label2 DT "Next line",0 etc. Then use Flash memory read (see data book) to read all your characters starting at a label and end when you hit 0 (remember page banking!). Quentin -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.