Re: [Sdcc-user] LCD print("string") function?

2009-01-03 Thread Jacques Pelletier
On January 3, 2009 02:16:53 pm ronnym...@aol.com wrote: > This is probably a very basic question, but since I am new to SDCC and the > 8051, I will ask anyway. How can I create a function that will allow me to > write a command like Print_to_LCD("Hello"); without having to previously > store the

[Sdcc-user] LCD print("string") function?

2009-01-03 Thread RonnyM581
This is probably a very basic question, but since I am new to SDCC and the 8051, I will ask anyway. How can I create a function that will allow me to write a command like Print_to_LCD("Hello"); without having to previously store the text to code space or data space and using a pointer. I have

Re: [Sdcc-user] Differences between large and medium model for mcs51

2009-01-03 Thread Frieder Ferlemann
Hi, Maarten Brock schrieb: > I'm sorry, but I have to contradict this. At one time I > did have the idea to implement it, but have never made > it that far. The define _gptrget.c is not > SDCC_MODEL_MEDIUM but has an extra D > (DSDCC_MODEL_MEDIUM) (disabled). If I had implemented > this I cer