Unfortunately, I need to use sprintf() in my application. My memory model is LARGE. When I include sprintf() the map file changes to include 5 bytes of internal memory starting at location 0008H and a single bit at 0020H.1. My application uses that memory space! Is there a way to get the sprintf() library function to use ONLY external memory or maybe some other internal memory? Thank you! -Paul