Re: [avr-gcc-list] Is this what we get for trying to help?

2006-10-16 Thread David Brown
Hi Nayani, The reason your replies don't appear on the list is that this mailing list is set up so that replies are sent to the poster, not the list. I can't remember why it is setup this way, but I remember there was a discussion about it a long time ago. The list moderators and organisers

Re: [avr-gcc-list] LCD code

2006-10-16 Thread Javier Almansa Sobrino
see this link: http://www.linuxfocus.org/English/May2002/article236.shtml In this project you can take some pieces of code to control a LCD. -- Nunca confies en un S.O. del que no tienes código fuente ;-) Javier Almansa Sobrino. Ingeniero Técnico en Sistemas.

Re: [avr-gcc-list] Is this what we get for trying to help?

2006-10-16 Thread Parthasaradhi Nayani
Dear Mr. David,Thanks a lot for the mail and from now on I will remember to "reply all" rather than just "reply". Your words about the student are very apt and as you rightly said SMS-speak must be out. Thanks once again.RegardsNayaniDavid Brown [EMAIL PROTECTED] wrote: Hi Nayani,The reason your

[avr-gcc-list] Calling C functions from assembly

2006-10-16 Thread Simon Han
Hi all, This must be the most stupid question of the year. :P Is there a way to call C functions from assembly? Can someone point me an example of this? Thank you very much, Simon ___ AVR-GCC-list mailing list

Re: [avr-gcc-list] Calling C functions from assembly

2006-10-16 Thread Galen Seitz
Simon Han [EMAIL PROTECTED] wrote: Hi all, This must be the most stupid question of the year. :P Is there a way to call C functions from assembly? Can someone point me an example of this? If you are asking about parameter passing and such, you can find the calling