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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/08/04 18:11
Read: times


 
#73825 - RE: My Code.
Responding to: ???'s previous message
You really should get some '51 simulator. It allows to trace such bugs immediately. You just start the program in "step by step" trace mode, it arrives at the RET and then jumps "somewhere". Why didn't it jump back? What's the stack content? Ah, the stack was unmodified! Why? Of course, SJMP instead of ACALL. You would save several hours of your time and several minutes of our too.

List of 8 messages in thread
TopicAuthorDate
My Code.            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      
      Thanks Ravi Raghu            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      

Back to Subject List