i have to interface an LCD to my PIC 16F877 and send a character string "Welcome". i am using the directive DA for storing the string in the PIC's flash memory. the end template would look like:
org 1000h
wlcm da "Welcome"
i wish to know how would the program will access each byte in the string so dat i can send it one by one to the LCD. Plz guide.....
org 1000h
wlcm da "Welcome"
i wish to know how would the program will access each byte in the string so dat i can send it one by one to the LCD. Plz guide.....