Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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.

List of 27 messages in thread
TopicAuthorDate
Interrupt handeling in C/C++ for 8051            01/01/70 00:00      
   before asking such questions, work through the Kei            01/01/70 00:00      
   RTFM            01/01/70 00:00      
      It is enough now THANKS A LOT for Mr. Andy Neil            01/01/70 00:00      
   labels?            01/01/70 00:00      
      ARGH            01/01/70 00:00      
         labels?            01/01/70 00:00      
            still meaninbgless            01/01/70 00:00      
               what's O in ANOloop/ANOdone?            01/01/70 00:00      
                  an abbreviation of AddNumber            01/01/70 00:00      
               aaah now I see what you meant...            01/01/70 00:00      
                  intuitive            01/01/70 00:00      
                     that's not the case            01/01/70 00:00      
                        it would take, at least, 10.000 programmers to fin            01/01/70 00:00      
      switching to structured programming?            01/01/70 00:00      
         OOPS            01/01/70 00:00      
            to structure or not to structure            01/01/70 00:00      
               it is            01/01/70 00:00      
                  sometimes yes, sometime not quite so well...            01/01/70 00:00      
            eh?            01/01/70 00:00      
               YOUR definition            01/01/70 00:00      
                  hmm........            01/01/70 00:00      
                     different from what?            01/01/70 00:00      
                        this            01/01/70 00:00      
   labels yes but nor RANdom Capitalization please            01/01/70 00:00      
      what is 'random' about            01/01/70 00:00      
   that you believe in one definition ...            01/01/70 00:00      

Back to Subject List