??? 10/17/10 13:44 Read: times |
#179148 - Books; Study. Responding to: ???'s previous message |
Vijay Singh said:
i want to try simple c programs in 8051 Then you really need to learn the 'C' programming language first! In many ways, the 8051 complicates the issue - so it might be easier to start leearning on a PC or similar. The 'C' programming language is very popular (sic?) indeed - so there are very many books, websites, courses, etc available. Keil has some listed here: http://www.keil.com/books - both about programming in general, and for the 8051 in particulsr. Note that they are not (all) specific to Keil. Here's an online book: http://publications.gbdirect.co.uk/c_book/ i dont know how to assemble them. You don't assemble them! The process of converting 'C' source text into object form is called Compiling (or "compilation") - it's what a Compiler does. 8051 c progs include header files. Is there a different assembler for them to convert it to hex file. No. Your book/course/study will cover this! |