??? 12/06/06 17:28 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#129084 - RTFM Responding to: ???'s previous message |
Abdul Waheed said:
I am fedup by Assembly language for 8051 due to usage of large number of lables If that's the only thing that concerns you, then switching to 'C' won't help you at all! In 'C', the labels just go by different names - they are called "identifiers"[1] You still need to name (or "identify" or "label") every variable, and every function, etc... Now i want to do every thing in C/C++ language for 8051 You won't find much in C++ for the 8051! This will mostly be standard 'C' stuff - in which case you need a standard 'C' textbook - or compiler specific - in which case you will need to refer to the Compiler Manual so i need some discussions on Interrupt Handling in C/C++ with examples or reference to some web sites. This is entirely Compiler-specific, so any discussion is pointless until you say what compiler you're using! And of course, once you know what compiler you're using, the answer is obvious - read the Compiler's Manual and go to the Compiler's Website Also i want some help for using predefined assembly program in an other assembly program using Keil Software. See the Keil Manuals every one is welcomed for discussion on any one or both problems There is no point in simply repeating what is already in the appropriate Manuals and other support materials already on the Compiler's Website If, after reading the Manuals and other materials, you still have questions - then is the time for discussion! [1] Yes, 'C' has labels, too - though not so frequently used. |