Richard,
the source of my doubts is that I have some unexpected behaviours and I'm trying to understand where is the problem.
Watching the program memory, I found some "00" chars here and there in the middle of the string
Lets' say the string "Hello",0 when I look the program memory is 48 65 6C 00 6C 6F 00
I'm discovering now that the directive "da" is only for PIC12/16 and not for PIC18
http://ww1.microchip.com/downloads/e...Doc/33014J.pdf
I think I should use "db" or "data", I'm trying to understand
"db" seems to work fine
Bookmarks