We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello,everyone!Glad to come here again!I meet a question again!I want to get help from you!first I must thank you for you warn-harted help. my question is :I want to learn programing in C,ever before I programme in ASM!I am not very clear about the definition and language regulation in Keil-C51!I want a detailed explaination document!please give me a hand! next is:Is there any differences between the Keil C51 and Franklin C51.That's all for my question! thanks to all of you!
"I want to learn programing in C" Best way is to attend a 'C' programming class - preferably one that's specifically targetted for embedded systems. Failing that, get yourself a good book (or books) and work through it: http://www.keil.com/books/8051books.asp http://www.8052.com/books.phtml http://www.accu.org/bookreviews/public/reviews/0sb/embedded_systems.htm http://www.8052.com/forum/read.phtml?id=71225 http://www.8052.com/forum/read.phtml?id=67386 "I am not very clear about the definition and language regulation in Keil-C51!I want a detailed explaination document!" The Keil C51 Manual defines all the implementation-specifc details of C51 - you need to read this, and keep it by you as a constant source of refrence. However, it will not teach you the 'C' programming language - for that, you need the course and/or books. You will also need to read the uVision Getting Started Guide - this tells you how all the Keil tools (Compiler, Assembler, Linker, IDE, etc) work together to build Projects. You should work through the example Projects in this guide.