On Mar 28, 2011, at 9:02 AM, PICdude wrote: > how to work with strings in PIC assembly? For which architecture? For constant strings, I've always liked the hack that puts the string immediately following the call instruction, with the print function getting characters from the return PC, and adjusting as it goes. call print asciz /this is a message/ But this requires an architecture with programatic access to the return stack. BillW --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .