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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/14/02 21:34
Read: times


 
#30787 - RE: Programming the Embeded Systems with C
Also, all C's will SOMETIMES not do what you expect or want and being able to look at the assembler code they (should) produce and understand what it is (or isn't) doing is a big bonus. Some would say it is essential. When a compiler goes wrong you are completely stuck if you can't work out why it does what it does.

Another issue here is that very often you can see in the assembler what is wrong with the way you wrote a complex c statement. The advantage of knowing assembler while coding C is not limited to catching bugs in the compiler, it is also useful to catch bugs buzzing around in your head.

Erik

List of 18 messages in thread
TopicAuthorDate
Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: % code effectiveness???            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      
RE: bugs            01/01/70 00:00      
RE: Programming the Embeded Systems with C            01/01/70 00:00      

Back to Subject List