Hello,

I'm making a morse coded audio greeting card for a friend.

The "morse message" is stored once for ever in the memory when the PIC is programmed (= there is no WRITE operation during program execution).

Using a 16F88, I have much more space in the internal program memory than in the internal data memory.

Since the program code is quite small, I would like to use the rest of the internal program memory space to store the message.

If this is possible, how would I "store" and "read" the message from the internal program memory?