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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/28/03 04:42
Read: times


 
#37454 - RE: What\'s wrong with this C code?
Keil has acknowledge the bug in their V3.51 release note. Another problem I've found in V3.20a is that the linker will wrongfully link variables to register bank 0. Then your code will trash those variables when it uses the registers R0 thru R7. Easily fixable by allocating an 7 character array at location 0. V3.51 seems to have fixed both problems.

Andy


List of 5 messages in thread
TopicAuthorDate
What's wrong with this C code?            01/01/70 00:00      
RE: What's wrong with this C code?            01/01/70 00:00      
RE: What's wrong with this C code?            01/01/70 00:00      
RE: What\'s wrong with this C code?            01/01/70 00:00      
RE: What\'s wrong with this C code?            01/01/70 00:00      

Back to Subject List