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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/04/07 12:40
Read: times


 
#134242 - calls and jumps
Responding to: ???'s previous message
Bob,

use a simulator to step through yor code.

You use a bunch of messy calls, jumps instead of return and you end it up in loop which does nothing but keeps calling itself (in fact it is just an endless loop).

If you go through it you'll find out that it does not get at all to sending out anything...

Please clean it up a bit. It will certainly help...

JW


List of 13 messages in thread
TopicAuthorDate
trouble w/ my bit banging code i2c, spi            01/01/70 00:00      
   calls and jumps            01/01/70 00:00      
      Sorry            01/01/70 00:00      
   Reformatted your code.            01/01/70 00:00      
      seen enough            01/01/70 00:00      
         thanks erik            01/01/70 00:00      
            A call to a subroutine that ends in a jump            01/01/70 00:00      
               Thanks All            01/01/70 00:00      
                  don't take it personaly            01/01/70 00:00      
                  what I am implying            01/01/70 00:00      
            criticism and such...            01/01/70 00:00      
            well, if you do not want advice, but cuddling            01/01/70 00:00      
   what purpose?            01/01/70 00:00      

Back to Subject List