Standart vs Runtime C library Wow thanks a lot. Does it mean that the wikipedia definition is not clear? I mean, they say its used during runtime of program, but in fact no static library can be ever used on...
Sunday, 7 November 2010 - 22:50
Why warning main return type is not int? Well, so C was designed mainly for OS-controlled x86 CPU? I thought that C was designed mainly as substitute for assembler, platform independent.
Why attribute noreturn? Wow, clawson, you are the pro. Thank you very much for breathtaking explanation.
I didn´t even know there is some C runtime. I mean, I supposed that every pre-main work is just...
Wednesday, 11 August 2010 - 12:01
Why attribute noreturn? OK, so it prevents main from returning to some other function? But I thought that main actually cannot be called, that it is just the point where the program starts. So, you...
Wednesday, 11 August 2010 - 08:28
Multi-channel PWM ATmega8 Thanks for tips. Can I have further question? Is there any way to make software PWM to control brighteness of multiple LEDs? Servo can handle the time between controlling others,...
Object code from AVR studio and calling C functin from asm Thanks for explanation. There is one more thing I realised might need to face. When I have written my own asm functions, in which I need to use some variables, how to ensure I...
Wednesday, 4 August 2010 - 08:55
Object code from AVR studio and calling C functin from asm Thank you. It get strange for me, becouse anytime I wanted to use asm in x86 PC, I just used inline, since I was just playing with some basic stuff. But when I searched for some...
Monday, 2 August 2010 - 20:15
Object code from AVR studio and calling C functin from asm Yes, thanks. I mainly wanted to know if avr-gcc linker can deal with it and link it together this way. Well, I dont actually need to preserve anything, I am writing very simple...
Wow thanks a lot. Does it mean that the wikipedia definition is not clear? I mean, they say its used during runtime of program, but in fact no static library can be ever used on...
Well, so C was designed mainly for OS-controlled x86 CPU? I thought that C was designed mainly as substitute for assembler, platform independent.
Is there any good GUI?
Wow, clawson, you are the pro. Thank you very much for breathtaking explanation. I didn´t even know there is some C runtime. I mean, I supposed that every pre-main work is just...
OK, so it prevents main from returning to some other function? But I thought that main actually cannot be called, that it is just the point where the program starts. So, you...
Thanks for tips. Can I have further question? Is there any way to make software PWM to control brighteness of multiple LEDs? Servo can handle the time between controlling others,...
Oh, pardon me, I didnt know this is possible. I thought that you can link only functions. So I can define variable in C, and than use it is asm code?
Thanks for explanation. There is one more thing I realised might need to face. When I have written my own asm functions, in which I need to use some variables, how to ensure I...
Thank you. It get strange for me, becouse anytime I wanted to use asm in x86 PC, I just used inline, since I was just playing with some basic stuff. But when I searched for some...
Yes, thanks. I mainly wanted to know if avr-gcc linker can deal with it and link it together this way. Well, I dont actually need to preserve anything, I am writing very simple...