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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/31/06 17:09
Read: times


 
#121421 - I would not
Responding to: ???'s previous message
As for using ASM, I'd recommend you consider learning how to use inline ASM in whatever 'C' compiler you're using.

I would not. Inline ASM in most '51 compilers is a major nuisance.

That said, I'd recommend you consider learning how to use ASM, whatever 'C' compiler you're using.

you achieve many goals by doing so
* you get an understanding of how the processor works
* you realize what works well and what does not for this particular processor
* you get the abiliy to, when needed, write a function in a separate .a51 module.
* your C code will be more efficient
* more

Erik

List of 18 messages in thread
TopicAuthorDate
Writing/Reading byte of data to/from 8051 serially            01/01/70 00:00      
   Outputting a Byte of serial data            01/01/70 00:00      
      Sorry, i forget to mention..            01/01/70 00:00      
         That\'s fine, but ...            01/01/70 00:00      
      He says he has to output TO the 805x            01/01/70 00:00      
         Not Serial Port, Data Bus?            01/01/70 00:00      
   Did you read the datasheet?            01/01/70 00:00      
      If he learns Microwire, he's done, right?            01/01/70 00:00      
         Hmm, to make things clear,            01/01/70 00:00      
            Sorry, you're not being clear            01/01/70 00:00      
               And which 8051 derivative?            01/01/70 00:00      
                  It does helps            01/01/70 00:00      
            Cannot understand...            01/01/70 00:00      
            I'd strongly urge you to avoid SMS abbreviations!            01/01/70 00:00      
               I would not            01/01/70 00:00      
                  Has 'C' become an excuse?            01/01/70 00:00      
                     First assembler, then 'C'            01/01/70 00:00      
                     absolutely            01/01/70 00:00      

Back to Subject List