hi buddies.........i am a green horn to Embedded World.
Please send me few basic programs that i can do it on my silicon labs c8051f350. and also any books related to C programming for 8051. I had already gone thru Keil Cx51 Compiler but didn't understand anything.
Pleeeeeease guide me. Thanx a lot.
www.lysator.liu.se/.../bwk-tutor.html
Note the disclaimer at the top of this page:
"This 'tutorial' is presented as a historical document, not as a tutorial. Although it has lost little of its didactic value, it describes a language that C compilers today do no longer understand: the C of 1974, four years before Kernighan and Ritchie published the first edition of 'The C Programming Language'"
(my emphasis)
"Note the disclaimer at the top of [the] page"
You're right, of course. But I think it is still a nice tutorial, filled with many historical info on C (for example, that some machines implemented int with 36 bits and char with 9 bits).
I probably should have made the disclaimer explicit. The function argument declaration syntax used, for example, is not supported in current C compilers, and several ANSI features were added much later to the language.