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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/08/06 12:16
Read: times


 
#123914 - goto scope
Responding to: ???'s previous message
Ian Bell said:
Actually, I think there is a goto statement in C, it's just that its use is frowned upon.

goto's scope is local to the function it is used in. The library function longjmp() provides a primitive form of nonlocal jump, but not likely in this "reset" application.

List of 26 messages in thread
TopicAuthorDate
Soft reset in C            01/01/70 00:00      
   you can't do it with a jump anyhow            01/01/70 00:00      
      No dog            01/01/70 00:00      
      Very soft            01/01/70 00:00      
         That was for Keil            01/01/70 00:00      
         Explanation            01/01/70 00:00      
            I try to explain.            01/01/70 00:00      
         Incorrect comment            01/01/70 00:00      
            Is it a call?            01/01/70 00:00      
         Yuk            01/01/70 00:00      
            the good thing about C is...            01/01/70 00:00      
               LOL, made my day - thanks            01/01/70 00:00      
               and that's how            01/01/70 00:00      
   _asm ljmp 0x0000 _endasm;            01/01/70 00:00      
   goto in C            01/01/70 00:00      
      goto scope            01/01/70 00:00      
   slow???            01/01/70 00:00      
      Re: Slow?            01/01/70 00:00      
   The simple way to do reset in C            01/01/70 00:00      
      I don't think so...            01/01/70 00:00      
      that is NOT a \'reset\'            01/01/70 00:00      
   C wizard: Dan Saks            01/01/70 00:00      
      that is not what's tricky            01/01/70 00:00      
         Bad karma            01/01/70 00:00      
            nothing wrong with that after a hard reset            01/01/70 00:00      
   Mix Asysmbly            01/01/70 00:00      

Back to Subject List