Hi,
Where can I find all the ready-made Keil C51 8051 library and projects on 8051 using Keil C ?
I don't want to use 8051 Assembly. I want to replace my code with 8051 based processor to test how much C language is portable. All the codes of mine are developed in C using C compilers and now wants to port to Keil C51 to see code efficiency.
Yes and if you want to see my code tell me and I will considar it.
Thanks in advance with best regards, --micropar--
Intel 2300MHz 1.25GB RAM 1TB+100G Grafix and Sound
>>Where can I find all the ready-made Keil C51 8051 library and projects on 8051 using Keil C ?
Keil has a good C cross compiler for the 8051, so you should not need to use assembly.
Have you tried the 8051 evaluation tools?
http://www.keil.com/demo
Once you install the Keil tools on your machine, you can find examples on your hard drive at:
\Keil\C51\Examples
Even before you have Keil tools on your machine, you can find examples here:
http://www.keil.com/download/list/c51.htm
And a list of books here:
http://www.keil.com/books/8051books.asp
(Almost?) Every 8051 chip manufacturer also provides examples on their own websites.
Many non-8051 chip manufacturers provide 8051 examples on their own websites - because the 8051 is so prevalent.
Distributors may provide additional support materials.
3rd-party board manufacturers usually provide examples with their boards.
etc, etc, etc,...
... are (usually) conflicting goals.
In some cases, they are mutually exclusive.
The 8051 is quite a difficult architecture for 'C' - so getting good efficiency out of it very likely means sacrificing portability...