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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/31/02 08:06
Read: times


 
#23682 - RE: To Andy
Mahmood Elnasser wrote:
"The problem is I dont know 8051 assembly yet."

and later wrote:
"I've been programming with assembly for years"

I presume that means you've programmed other chips in assembler, but never the 8051 before?

That should give you a good grounding in the principles of assembler, and the need to thoroughly understand the underlying hardware architecture.

"with c all my programs work first time from simple to extremely complex."

This is a pretty good approach: get it working (or "prototyped") first in 'C', then examine areas where your 'C' can be optimised, and finally, if there's still some extra needed, optimise the really critical bits in assembler.

Of course, this doesn't negate the need for a sound design and good practice from the outset!

List of 13 messages in thread
TopicAuthorDate
Performance Analyser in keil            01/01/70 00:00      
RE: Performance Analyser in keil            01/01/70 00:00      
RE: Performance Analyser in keil            01/01/70 00:00      
RE: Performance Analyser in keil            01/01/70 00:00      
RE: Performance Analyser in keil            01/01/70 00:00      
RE: Performance improvement            01/01/70 00:00      
RE: Performance improvement            01/01/70 00:00      
RE: Performance improvement            01/01/70 00:00      
RE: Performance improvement            01/01/70 00:00      
RE: To Andy            01/01/70 00:00      
RE: Performance Analyser in keil            01/01/70 00:00      
RE: Performance Analyser in keil            01/01/70 00:00      
RE: To Andy            01/01/70 00:00      

Back to Subject List