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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/07/06 21:11
Read: times


 
#123873 - Soft reset in C
Since there are no jumps in C, is there another method of doing a reset other than using assembler? Using SDCC.

Quite the learning curve with this C stuff, I'm so used to assembler, I'm having a hard time thinking in higher level terms. Some of my C code looks like asembler :0 In just over two weeks, I've got my LCD working, keypad input, and serial I/O. Slow process...

Jon

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